summaryrefslogtreecommitdiff
blob: d770b074652de3afb2c66a61cd1fb2dffaf9bca2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/src/Properties.cpp
+++ b/src/Properties.cpp
@@ -1169,11 +1169,13 @@
 
 	FXbool confirm = false;
 	
+#ifdef STARTUP_NOTIFICATION
 	if (executable && snbutton->getCheck() != sndisable_prev)
 	{
 		confirm = true;
 	}
-	
+#endif
+
     FXbool cond;
     if (edit) // Condition is not the same if edit exist or not
     {