mirror of
https://github.com/tnodir/fort
synced 2024-11-15 10:45:10 +00:00
UI: Hot-keys disabled by default.
This commit is contained in:
parent
09e629a1a7
commit
49075fd6ad
@ -61,8 +61,8 @@ public:
|
|||||||
qint32 quotaMonthAlerted() const { return iniInt("quota/monthAlerted"); }
|
qint32 quotaMonthAlerted() const { return iniInt("quota/monthAlerted"); }
|
||||||
void setQuotaMonthAlerted(qint32 v) { setIniValue("quota/monthAlerted", v); }
|
void setQuotaMonthAlerted(qint32 v) { setIniValue("quota/monthAlerted", v); }
|
||||||
|
|
||||||
bool hotKeyEnabled() const { return iniBool("hotKey/enabled", true); }
|
bool hotKeyEnabled() const { return iniBool("hotKey/enabled"); }
|
||||||
void setHotKeyEnabled(bool on) { setIniValue("hotKey/enabled", on, true); }
|
void setHotKeyEnabled(bool on) { setIniValue("hotKey/enabled", on); }
|
||||||
|
|
||||||
QString hotKeyOptions() const { return iniText("hotKey/options"); }
|
QString hotKeyOptions() const { return iniText("hotKey/options"); }
|
||||||
QString hotKeyGraph() const { return iniText("hotKey/graph"); }
|
QString hotKeyGraph() const { return iniText("hotKey/graph"); }
|
||||||
|
Loading…
Reference in New Issue
Block a user