mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 15:27:54 +00:00
Fix incorrect translation displayed after language change
It is expected in WebUI that the language change applies immediately (without a program restart) and this static caching prevents that.
This commit is contained in:
parent
5f165c4c00
commit
c896982efb
@ -318,7 +318,7 @@ SearchHandler *SearchPluginManager::startSearch(const QString &pattern, const QS
|
||||
|
||||
QString SearchPluginManager::categoryFullName(const QString &categoryName)
|
||||
{
|
||||
static const QHash<QString, QString> categoryTable {
|
||||
const QHash<QString, QString> categoryTable {
|
||||
{"all", tr("All categories")},
|
||||
{"movies", tr("Movies")},
|
||||
{"tv", tr("TV shows")},
|
||||
|
Loading…
Reference in New Issue
Block a user