summaryrefslogtreecommitdiffhomepage
path: root/gui/main-window.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-09-16 22:29:33 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-09-16 22:29:33 +0200
commit5334c76b834cf7effa21849fff1b0c57cdedb62a (patch)
tree3075144929485759be92a1f65f56675bf4deeb86 /gui/main-window.hpp
parent7586930b5388d4debf9d2b463aa8275a56690afb (diff)
gui, logic: add separate option for starting in tray vs tray enabled
Suggested-by: @MathijsG, #454
Diffstat (limited to 'gui/main-window.hpp')
-rw-r--r--gui/main-window.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/main-window.hpp b/gui/main-window.hpp
index b33b22fe..0dfc0259 100644
--- a/gui/main-window.hpp
+++ b/gui/main-window.hpp
@@ -132,4 +132,5 @@ public:
bool maybe_die_on_config_not_writable(const QString& current, QStringList* ini_list);
void die_on_config_not_writable();
bool is_tray_enabled();
+ bool start_in_tray();
};