mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 22:09:25 +00:00
Added NO_SPARKLE environment ot preprocessor for customization
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user