Release v1.1.0 — always open to main window

Post popoverWillOpen notification on show; ContentView resets showSettings
on receive so reopening always lands on the main window, not Settings.
This commit is contained in:
superdooper86
2026-05-07 18:02:04 +02:00
parent e41d3d0c0f
commit 3e99e1417e
5 changed files with 11 additions and 5 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
## What's new in v1.0.9
## What's new in v1.1.0
### Fixed update notification popup
The notification popup now correctly shows **"Tap to view release notes & update now!"** instead of the raw markdown release notes text.
### Main window always opens on click
Closing the app while Settings was open would cause the next click to reopen straight to Settings. The app now always returns to the main window when reopened.