mirror of
https://github.com/tnodir/fort
synced 2024-11-15 08:35:08 +00:00
UI: Options: Tray: Animate alert by default
This commit is contained in:
parent
35ffa1ce10
commit
495d1746b4
@ -47,8 +47,8 @@ public:
|
||||
bool trayShowIcon() const { return valueBool("tray/showIcon", true); }
|
||||
void setTrayShowIcon(bool v) { setValue("tray/showIcon", v, true); }
|
||||
|
||||
bool trayAnimateAlert() const { return valueBool("tray/animateAlert"); }
|
||||
void setTrayAnimateAlert(bool v) { setValue("tray/animateAlert", v); }
|
||||
bool trayAnimateAlert() const { return valueBool("tray/animateAlert", true); }
|
||||
void setTrayAnimateAlert(bool v) { setValue("tray/animateAlert", v, true); }
|
||||
|
||||
QString trayAction(const QString &event) const { return valueText("tray/" + event); }
|
||||
void setTrayAction(const QString &event, const QString &v) { setValue("tray/" + event, v); }
|
||||
|
Loading…
Reference in New Issue
Block a user