added edge to the default rules ...

as an example for an applicationframewindow
This commit is contained in:
joten 2016-04-12 21:13:32 +02:00
parent bdb10c631a
commit 644be98ca9
1 changed files with 2 additions and 1 deletions

View File

@ -98,7 +98,8 @@ Config_init() {
Config_rule_#15 := "IEFrame;.*Internet Explorer;;1;0;0;0;1;0;"
Config_rule_#16 := "MozillaWindowClass;.*Mozilla Firefox;;1;0;0;0;1;0;"
Config_rule_#17 := "MozillaDialogClass;.*;;1;0;0;1;1;0;"
Config_ruleCount := 17 ;; This variable has to be set to the total number of active rules above.
Config_rule_#18 := "ApplicationFrameWindow;.*Edge;;1;0;0;0;1;0;"
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"