Fix (cli): tui panics

This commit is contained in:
Grail Finder
2026-04-11 16:07:15 +03:00
parent 76cc48eb54
commit 50035e667b
3 changed files with 31 additions and 1 deletions

View File

@@ -76,7 +76,8 @@ type Config struct {
PlaywrightEnabled bool `toml:"PlaywrightEnabled"`
PlaywrightDebug bool `toml:"PlaywrightDebug"` // !headless
// CLI mode
CLIMode bool
CLIMode bool
UseNotifySend bool
}
func LoadConfig(fn string) (*Config, error) {