ALL: add support for --gui-theme and update themes
This commit is contained in:
parent
fa031ca1a3
commit
a7ed28e8a7
7 changed files with 7 additions and 7 deletions
|
@ -1839,6 +1839,10 @@ bool processSettings(Common::String &command, Common::StringMap &settings, Commo
|
|||
if (settings.contains("extrapath")) {
|
||||
ConfMan.set("extrapath", settings["extrapath"], Common::ConfigManager::kSessionDomain);
|
||||
}
|
||||
if (settings.contains("gui-theme")) {
|
||||
ConfMan.set("gui_theme", settings["gui-theme"], Common::ConfigManager::kSessionDomain);
|
||||
}
|
||||
|
||||
|
||||
// Finally, store the command line settings into the config manager.
|
||||
for (Common::StringMap::const_iterator x = settings.begin(); x != settings.end(); ++x) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue