mirror of
https://github.com/tnodir/fort
synced 2024-11-15 13:37:40 +00:00
UI: Options: Turn on the "Use System Regional Settings" flag by default
This commit is contained in:
parent
8371bb4a24
commit
3080ed10cb
@ -14,8 +14,8 @@ public:
|
|||||||
QString language() const { return valueText("base/language", defaultLanguage()); }
|
QString language() const { return valueText("base/language", defaultLanguage()); }
|
||||||
void setLanguage(const QString &v) { setValue("base/language", v); }
|
void setLanguage(const QString &v) { setValue("base/language", v); }
|
||||||
|
|
||||||
bool useSystemLocale() const { return valueBool("base/useSystemLocale"); }
|
bool useSystemLocale() const { return valueBool("base/useSystemLocale", true); }
|
||||||
void setUseSystemLocale(bool v) { setValue("base/useSystemLocale", v); }
|
void setUseSystemLocale(bool v) { setValue("base/useSystemLocale", v, true); }
|
||||||
|
|
||||||
bool hotKeyEnabled() const { return valueBool("hotKey/enabled"); }
|
bool hotKeyEnabled() const { return valueBool("hotKey/enabled"); }
|
||||||
void setHotKeyEnabled(bool v) { setValue("hotKey/enabled", v); }
|
void setHotKeyEnabled(bool v) { setValue("hotKey/enabled", v); }
|
||||||
|
Loading…
Reference in New Issue
Block a user