From 3923da2344bd3beecd13551abc0990a595167d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 21 Sep 2019 10:42:38 +0200 Subject: [PATCH] Add new define to remember if we have notified the user about close to tray --- common/yacreader_global_gui.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/yacreader_global_gui.h b/common/yacreader_global_gui.h index 06c9e52a..94a876ea 100644 --- a/common/yacreader_global_gui.h +++ b/common/yacreader_global_gui.h @@ -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"