Spark 2.6.0 cant trun off "New client available notification"

I can cant seem to turn off “New client available notification”.

I compiled it with “DISABLE_UPDATES = true”, but I keep getting the popup.

I also complied with updates enabled and turned it off in the preferences menu with no luck.

I am running a branded version. This started after the 2.6.0 final release.

Any idea on how I can resolve this issue?

Thank you

quickfix:

in MainWindow.java

line ~577

change:

checkForUpdates(false);

to:

//checkForUpdates(false);

or use revision: 12357 which will be Install4J Nightly 308, Mac 45 or RPM 319

Thanks for the quick reply.

It worked perfectly.