From 5ec4b88a9b00cfcea92d202b16db174245c0b9c2 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Tue, 29 Dec 2020 21:35:00 +0100 Subject: [PATCH] Enable debug --- app/SysTray-X/SysTray-X-app/debug.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/SysTray-X/SysTray-X-app/debug.h b/app/SysTray-X/SysTray-X-app/debug.h index 4ac4a39..2a85f24 100644 --- a/app/SysTray-X/SysTray-X-app/debug.h +++ b/app/SysTray-X/SysTray-X-app/debug.h @@ -4,8 +4,8 @@ /* * show all actions (normalize, minimize, hide, show/hide) */ -//#define DEBUG_DISPLAY_ACTIONS -//#define DEBUG_DISPLAY_ACTIONS_DETAILS -//#define DEBUG_DISPLAY_ACTIONS_END +#define DEBUG_DISPLAY_ACTIONS +#define DEBUG_DISPLAY_ACTIONS_DETAILS +#define DEBUG_DISPLAY_ACTIONS_END #endif // DEBUG_H