themes: add setting entry for theme name

This commit is contained in:
2018-04-11 16:12:03 +02:00
parent ae9be1be31
commit ce244d7fcd
3 changed files with 4 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ int CThemes::exec(CMenuTarget* parent, const std::string & actionKey)
}
else
readFile(((std::string)THEMESDIR + "/" + themeFile + FILE_PREFIX).c_str());
g_settings.theme_name = themeFile;
}
return res;
}