diff options
author | Damiano Galassi <[email protected]> | 2015-09-29 19:45:07 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2015-09-29 19:45:07 +0200 |
commit | bee2af0f25eafef22154808af7d102d079762122 (patch) | |
tree | 491aaa4a3a731564751d7f0aaddc366e72bdca81 /macosx/HBController.m | |
parent | 3a0453a7b705b9a15941eafb2997bbd18b00cfc7 (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.m | 2 |
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; |