added nosparkle define to explicitly disable sparkle updates

This commit is contained in:
michael starke
2017-06-01 09:53:03 +02:00
parent c157039bf3
commit 122f898d9d
4 changed files with 12 additions and 8 deletions

View File

@@ -35,7 +35,7 @@
- (void)awakeFromNib {
/* only enable bindings to settings in release mode */
#ifdef DEBUG
#if defined(DEBUG) || defined(NOSPARKLE)
self.checkIntervallPopupButton.enabled = NO;
self.automaticallyCheckForUpdatesCheckButton.enabled = NO;
#else