Added NO_SPARKLE environment ot preprocessor for customization

This commit is contained in:
michael starke
2017-06-13 11:30:22 +02:00
parent 4ac7cf1a91
commit 4e4b0f06f6
3 changed files with 6 additions and 4 deletions

View File

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