1 2 3 4 5 6 7 8 9 10 11 12 13 14
--- a/src/Properties.cpp +++ b/src/Properties.cpp @@ -1169,7 +1169,11 @@ FXbool confirm = false; +#ifdef STARTUP_NOTIFICATION if (executable && snbutton->getCheck() != sndisable_prev) +#else + if (executable) +#endif { confirm = true; }