summaryrefslogtreecommitdiffstats
path: root/macosx/HBController.m
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2015-10-25 07:41:28 +0100
committerDamiano Galassi <[email protected]>2015-10-25 07:41:28 +0100
commit7d7740033448cf58d560efdfa0b78562f6aa62d1 (patch)
treecf49f413403e0308f122038db8ae9fc5a2ccfb86 /macosx/HBController.m
parentb5a8b39d9b2efea411a02bc906f275fc78ba92b4 (diff)
MacGui: remove the daily and monthly update check option.
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r--macosx/HBController.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m
index d4baf40f6..a0591bb67 100644
--- a/macosx/HBController.m
+++ b/macosx/HBController.m
@@ -487,13 +487,11 @@
{
if (self.core.state != HBStateScanning && !self.job)
{
- // We show whichever open source window specified in LaunchSourceBehavior preference key
- if ([[[NSUserDefaults standardUserDefaults] stringForKey:@"LaunchSourceBehavior"] isEqualToString: @"Open Source"])
+ if ([[NSUserDefaults standardUserDefaults] boolForKey:@"HBShowOpenPanelAtLaunch"])
{
[self browseSources:nil];
}
}
-
}
- (BOOL)openURL:(NSURL *)fileURL