mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 13:29:42 +02:00
Merge branch 'master' into install_locations
This commit is contained in:
commit
f10bb60717
@ -1158,7 +1158,10 @@ void GMenu2X::options() {
|
||||
if (curMenuClock!=confInt["menuClock"]) setClock(confInt["menuClock"]);
|
||||
if (curGlobalVolume!=confInt["globalVolume"]) setVolume(confInt["globalVolume"]);
|
||||
if (lang == "English") lang = "";
|
||||
if (lang != tr.lang()) tr.setLang(lang);
|
||||
if (lang != tr.lang()) {
|
||||
tr.setLang(lang);
|
||||
confStr["lang"] = lang;
|
||||
}
|
||||
/*if (fileExists(CARD_ROOT) && !showRootFolder)
|
||||
unlink(CARD_ROOT);
|
||||
else if (!fileExists(CARD_ROOT) && showRootFolder)
|
||||
|
Loading…
Reference in New Issue
Block a user