Browse Source

Make useOpenGL setting visible in the UI

While we're trying to avoid GUI settings that don't have much use to
normal users, this is going to be useful at least until we've solved
the remaining GL vs. ANGLE problems. (Also, it would be tiring to
explain every user on the forum the otherwise relatively roundabout
way how to switch between OpenGL and ANGLE.)
Vincent Lang 9 years ago
parent
commit
0752059e6e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      resources/settings/settings_description.json

+ 0 - 1
resources/settings/settings_description.json

@@ -77,7 +77,6 @@
       {
         "value": "useOpenGL",
         "default": false,
-        "hidden": true,
         "platforms": [ "windows" ]
       }
     ]