Enha: enable mouse switch

This commit is contained in:
Grail Finder
2026-01-13 00:50:38 +03:00
parent 9f61c6e793
commit ee8cff2b41
5 changed files with 11 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ type Config struct {
DBPATH string `toml:"DBPATH"`
FilePickerDir string `toml:"FilePickerDir"`
FilePickerExts string `toml:"FilePickerExts"`
EnableMouse bool `toml:"EnableMouse"`
}
func LoadConfig(fn string) (*Config, error) {