wip: refactoring tui

This commit is contained in:
adamdottv
2025-06-13 08:30:54 -05:00
parent 0caf25adee
commit d7d5fc39fb
4 changed files with 5 additions and 7 deletions

View File

@@ -86,7 +86,7 @@ func New(ctx context.Context, version string, httpClient *client.ClientWithRespo
return nil, fmt.Errorf("no providers found")
}
appConfigPath := filepath.Join(Info.Path.Config, "tui.toml")
appConfigPath := filepath.Join(Info.Path.Config, "config")
appConfig, err := config.LoadConfig(appConfigPath)
if err != nil {
slog.Info("No TUI config found, using default values", "error", err)