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

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