diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-01-13 00:50:38 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-01-13 00:50:38 +0300 |
| commit | ee8cff2b41ebee97c2e091f883a01246d4a5decc (patch) | |
| tree | e18fedd3cc6fe61a9a27066c6adafb9ef676b20e /config | |
| parent | 9f61c6e79368085cd512ff61570b75926c126fe6 (diff) | |
Enha: enable mouse switch
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go index dc769d3..20935a2 100644 --- a/config/config.go +++ b/config/config.go @@ -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) { |
