Updated src/Config.ahk to reflect #189

Added more options to `Config_monitorDisplayChangeMessages`, allowing bug.n to always react on display changes without asking.
This commit is contained in:
joten 2018-09-04 21:33:34 +02:00 committed by GitHub
parent 7f50bfeafe
commit c264c2a960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ Config_init() {
;; Configuration management
Config_autoSaveSession := "auto" ;; "off" | "auto" | "ask"
Config_maintenanceInterval := 5000
Config_monitorDisplayChangeMessages := True
Config_monitorDisplayChangeMessages := "ask" ;; "off" | "on" | "ask"
Config_hotkeyCount := 0
Config_restoreConfig(Config_filePath)