mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fixed the "Folders" mode in SE which was broken since the conversion to objp.
This commit is contained in:
parent
df9af9a796
commit
21af7b2fcd
@ -39,7 +39,7 @@ http://www.hardcoded.net/licenses/bsd_license
|
||||
- (void)setScanOptions
|
||||
{
|
||||
NSUserDefaults *ud = [NSUserDefaults standardUserDefaults];
|
||||
[model setScanType:n2b([ud objectForKey:@"scanType"])];
|
||||
[model setScanType:n2i([ud objectForKey:@"scanType"])];
|
||||
[model setMinMatchPercentage:n2i([ud objectForKey:@"minMatchPercentage"])];
|
||||
[model setWordWeighting:n2b([ud objectForKey:@"wordWeighting"])];
|
||||
[model setMixFileKind:n2b([ud objectForKey:@"mixFileKind"])];
|
||||
|
Loading…
x
Reference in New Issue
Block a user