mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 03:29:24 +00:00
added nosparkle define to explicitly disable sparkle updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user