mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 15:27:54 +00: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