mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Use system language as default language. Closes #780.
This commit is contained in:
@@ -73,7 +73,7 @@ public:
|
|||||||
public:
|
public:
|
||||||
// General options
|
// General options
|
||||||
QString getLocale() const {
|
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) {
|
void setLocale(const QString &locale) {
|
||||||
|
|||||||
Reference in New Issue
Block a user