Skip to content

Commit 00ca96e

Browse files
committed
update default settings
1 parent 2afbe12 commit 00ca96e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

imageviewer5/AppDelegate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,15 +394,15 @@ func isKeyPresentInUserDefaults(key: String) -> Bool { // https://smartcodezone.
394394

395395
func loadUserDefaults() {
396396
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")
398398
}
399399

400400
if isKeyPresentInUserDefaults(key: "Show Name In Title") == false {
401401
UD.set(true, forKey: "Show Name In Title")
402402
}
403403

404404
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")
406406
}
407407

408408
if isKeyPresentInUserDefaults(key: "Show Info Bar") == false {

imageviewer5/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<key>CFBundleShortVersionString</key>
3737
<string>$(MARKETING_VERSION)</string>
3838
<key>CFBundleVersion</key>
39-
<string>429</string>
39+
<string>430</string>
4040
<key>LSApplicationCategoryType</key>
4141
<string>public.app-category.photography</string>
4242
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)