Jeck - Quick fix to issue 212. I'll do some debugging to make certain there aren't any other causes, but this is the major problem-- language and theme options had the same id, so were saving in the same place.
This commit is contained in:
@@ -28,7 +28,7 @@ public:
|
||||
EVILTWIN_MODE_UNLOCKED,
|
||||
RANDOMDECK_MODE_UNLOCKED,
|
||||
LANG,
|
||||
LAST_GLOBAL = RANDOMDECK_MODE_UNLOCKED,
|
||||
LAST_GLOBAL = LANG, //This must be the value above, to keep ordering.
|
||||
//Values /must/ match ordering in optionNames, or everything loads wrong.
|
||||
//Profile settings
|
||||
ACTIVE_THEME,
|
||||
|
||||
Reference in New Issue
Block a user