mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-27 08:19:30 +08: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