fix: save the last timestamp when the support window showed that prevents it from showing that every time the app is open (#2404)

This commit is contained in:
Serhiy Mytrovtsiy
2025-02-21 16:04:03 +01:00
parent fa7b3bbf49
commit d9ac3cd504
3 changed files with 3 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string> <string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>674</string> <string>676</string>
<key>Description</key> <key>Description</key>
<string>Simple macOS system monitor in your menu bar</string> <string>Simple macOS system monitor in your menu bar</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>

View File

@@ -219,6 +219,7 @@ extension AppDelegate {
return return
} }
Store.shared.set(key: "support_ts", value: now)
self.supportWindow.show() self.supportWindow.show()
} }

View File

@@ -13,7 +13,7 @@
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.11.31</string> <string>2.11.31</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>674</string> <string>676</string>
<key>NSExtension</key> <key>NSExtension</key>
<dict> <dict>
<key>NSExtensionPointIdentifier</key> <key>NSExtensionPointIdentifier</key>