mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
Web UI: Improve language change behavior
This commit is contained in:
parent
1b7e681e6d
commit
381eaf4b53
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user