Browse Source

Disable minimizeOnDefocus by default

With ANGLE being default, this should not be needed anymore.
Vincent Lang 9 years ago
parent
commit
2b710017e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/settings/settings_description.json

+ 1 - 1
resources/settings/settings_description.json

@@ -30,7 +30,7 @@
       },
       {
         "value": "minimizeOnDefocus",
-        "default": true,
+        "default": false,
         "platforms": [ "windows" ],
         "hidden": true
       },