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

@ -102,9 +102,9 @@ Config_init() {
Config_ruleCount := 18 ;; This variable has to be set to the total number of active rules above.
;; Configuration management
Config_autoSaveSession := "auto" ;; "off" | "auto" | "ask"
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)