Jeck - Quick fix to r1305. Because card text is only loaded on reboot, language can not be a per profile option. Switching profiles would result in partially translated cards.
This commit is contained in:
@@ -27,10 +27,10 @@ public:
|
||||
MOMIR_MODE_UNLOCKED,
|
||||
EVILTWIN_MODE_UNLOCKED,
|
||||
RANDOMDECK_MODE_UNLOCKED,
|
||||
LANG,
|
||||
LAST_GLOBAL = RANDOMDECK_MODE_UNLOCKED,
|
||||
//Values /must/ match ordering in optionNames, or everything loads wrong.
|
||||
//Profile settings
|
||||
LANG,
|
||||
ACTIVE_THEME,
|
||||
ACTIVE_MODE,
|
||||
MUSICVOLUME,
|
||||
|
||||
@@ -16,8 +16,8 @@ const char * Options::optionNames[] = {
|
||||
"prx_rimom",
|
||||
"prx_eviltwin",
|
||||
"prx_rnddeck",
|
||||
//Options set on a per-profile basis
|
||||
"Lang",
|
||||
//Options set on a per-profile basis
|
||||
"Theme",
|
||||
"Mode",
|
||||
"musicVolume",
|
||||
|
||||
Reference in New Issue
Block a user