mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Use system language as default language. Closes #780.
This commit is contained in:
parent
6d9c3bc644
commit
235bb7c3a4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue