summaryrefslogtreecommitdiffstats
path: root/macosx/HBController.m
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2015-09-29 19:45:07 +0200
committerDamiano Galassi <[email protected]>2015-09-29 19:45:07 +0200
commitbee2af0f25eafef22154808af7d102d079762122 (patch)
tree491aaa4a3a731564751d7f0aaddc366e72bdca81 /macosx/HBController.m
parent3a0453a7b705b9a15941eafb2997bbd18b00cfc7 (diff)
MacGui: set 1 as the default value for the Scan only title option
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r--macosx/HBController.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m
index 549cb1c3e..79ff33169 100644
--- a/macosx/HBController.m
+++ b/macosx/HBController.m
@@ -80,6 +80,8 @@
presetManager = manager;
_currentPreset = manager.defaultPreset;
+
+ _scanSpecificTitleIdx = 1;
}
return self;