Web UI: Improve language change behavior

This commit is contained in:
Christophe Dumez 2011-09-25 10:55:56 +03:00
parent 1b7e681e6d
commit 381eaf4b53

View File

@ -445,6 +445,7 @@ void HttpConnection::respondCommand(QString command)
QString json_str = parser.post("json");
EventManager* manager = httpserver->eventManager();
manager->setGlobalPreferences(json::fromJson(json_str));
m_needsTranslation = !Preferences().getLocale().startsWith("en");
}
if(command == "setFilePrio") {
QString hash = parser.post("hash");