mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
Use system language as default language. Closes #780.
This commit is contained in:
parent
a069394d8c
commit
f71c0f0a7e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public:
|
|||
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…
Add table
Add a link
Reference in a new issue