Skip to content

Commit

Permalink
ver1.2 build9 //RC2
Browse files Browse the repository at this point in the history
- Fixed an issue where saved log were not displayed after restarting the app.
  • Loading branch information
aaaa committed Aug 31, 2024
1 parent 881bdb6 commit bca2c4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HandsRuler.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = 6696GEY228;
ENABLE_PREVIEWS = YES;
Expand All @@ -725,7 +725,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = 6696GEY228;
ENABLE_PREVIEWS = YES;
Expand Down
2 changes: 1 addition & 1 deletion HandsRuler/Rest/💾Log/💾Logs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ private extension 💾Logs {
case .clear:
self.elements.removeAll()
}
self.save()
self.hasNeverLogged = false
self.save()
}
private enum Action {
case add(💾Log),
Expand Down

0 comments on commit bca2c4a

Please sign in to comment.