Fix annoying window resizing bug

This commit is contained in:
Nindi Gill 2023-06-01 17:19:07 +10:00
parent 55efd48f00
commit f9078d6d5f
No known key found for this signature in database
GPG key ID: FF9A7FD590D4F4B1
3 changed files with 24 additions and 0 deletions

View file

@ -23,6 +23,7 @@ struct MistApp: App {
hideZoomButton()
}
}
.fixedWindow()
.commands {
AppCommands(sparkleUpdater: sparkleUpdater, refreshing: $refreshing, downloadInProgress: $downloadInProgress)
}