Skip to content

Commit

Permalink
✨ auto detect system language
Browse files Browse the repository at this point in the history
  • Loading branch information
Reverier-Xu committed May 31, 2024
1 parent 3c74c91 commit 7dd36ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/ui.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Ui : public QObject {
WebsiteList* m_websites;
bool m_runningInTray = false;
bool m_isDark = false;
QString m_language = "zh_CN";
QString m_language = "en_US";
bool m_isMac = false;
QNetworkAccessManager* m_networkManager;
QString m_version;
Expand Down

0 comments on commit 7dd36ae

Please sign in to comment.