File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -394,15 +394,15 @@ func isKeyPresentInUserDefaults(key: String) -> Bool { // https://smartcodezone.
394
394
395
395
func loadUserDefaults( ) {
396
396
if isKeyPresentInUserDefaults ( key: " Show Index In Title " ) == false {
397
- UD . set ( true , forKey: " Show Index In Title " )
397
+ UD . set ( false , forKey: " Show Index In Title " )
398
398
}
399
399
400
400
if isKeyPresentInUserDefaults ( key: " Show Name In Title " ) == false {
401
401
UD . set ( true , forKey: " Show Name In Title " )
402
402
}
403
403
404
404
if isKeyPresentInUserDefaults ( key: " Show Resolution In Title " ) == false {
405
- UD . set ( true , forKey: " Show Resolution In Title " )
405
+ UD . set ( false , forKey: " Show Resolution In Title " )
406
406
}
407
407
408
408
if isKeyPresentInUserDefaults ( key: " Show Info Bar " ) == false {
Original file line number Diff line number Diff line change 36
36
<key >CFBundleShortVersionString </key >
37
37
<string >$(MARKETING_VERSION) </string >
38
38
<key >CFBundleVersion </key >
39
- <string >429 </string >
39
+ <string >430 </string >
40
40
<key >LSApplicationCategoryType </key >
41
41
<string >public.app-category.photography </string >
42
42
<key >LSMinimumSystemVersion </key >
You can’t perform that action at this time.
0 commit comments