mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-25 20:10:27 +00:00
implement selecting dynamic currency options
This commit is contained in:
parent
fa676d6351
commit
b4151f03c8
3 changed files with 34 additions and 5 deletions
|
@ -133,6 +133,10 @@ func run(cfg *config.Config) error {
|
|||
}
|
||||
|
||||
if cfg.CurrencyConfig != "" {
|
||||
log.Info().
|
||||
Str("path", cfg.CurrencyConfig).
|
||||
Msg("loading currency config file")
|
||||
|
||||
content, err := os.ReadFile(cfg.CurrencyConfig)
|
||||
if err != nil {
|
||||
log.Fatal().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue