fix: bad ux

This commit is contained in:
juancwu 2026-01-26 21:23:33 +00:00
commit 5a425b8c60
15 changed files with 791 additions and 463 deletions

View file

@ -28,7 +28,7 @@ func Load() (*Config, error) {
}
filename := filepath.Join(configDir, "config.json")
// If file doesn't exist, return empty config with filename set
if _, err := os.Stat(filename); os.IsNotExist(err) {
return &Config{filename: filename}, nil