Add new define to remember if we have notified the user about close to tray

This commit is contained in:
Luis Ángel San Martín 2019-09-21 10:42:38 +02:00
parent 80cd4f64f8
commit 3923da2344

View File

@ -18,6 +18,7 @@
#define Y_WINDOW_GEOMETRY "GEOMETRY"
#define MAXIMIZED "MAXIMIZED"
#define CLOSE_TO_TRAY "CLOSE_TO_TRAY"
#define CLOSE_TO_TRAY_NOTIFIED "CLOSE_TO_TRAY_NOTIFIED"
#define START_TO_TRAY "START_TO_TRAY"
#define DOUBLE_PAGE "DOUBLE_PAGE"
#define DOUBLE_MANGA_PAGE "DOUBLE_MANGA_PAGE"