v2.0.5 — Fixed window size on open, update banner now clears when up to date

This commit is contained in:
superdooper86
2026-05-07 14:28:33 +02:00
parent 2da3eeaf72
commit ef2cdd8bf3
5 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
// Popover
popover = NSPopover()
popover?.contentSize = NSSize(width: 480, height: 500)
popover?.contentSize = NSSize(width: 480, height: 640)
popover?.behavior = .transient
popover?.animates = true
popover?.contentViewController = NSHostingController(