mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
Use system language as default language. Closes #780.
This commit is contained in:
parent
6d9c3bc644
commit
235bb7c3a4
@ -79,7 +79,7 @@ public:
|
||||
|
||||
// General options
|
||||
QString getLocale() const {
|
||||
return value(QString::fromUtf8("Preferences/General/Locale"), "en_GB").toString();
|
||||
return value(QString::fromUtf8("Preferences/General/Locale")).toString();
|
||||
}
|
||||
|
||||
void setLocale(const QString &locale) {
|
||||
|
Loading…
Reference in New Issue
Block a user