mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
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:
@@ -219,6 +219,7 @@ extension AppDelegate {
|
||||
return
|
||||
}
|
||||
|
||||
Store.shared.set(key: "support_ts", value: now)
|
||||
self.supportWindow.show()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user