mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-27 21:44:26 -04:00
Fix annoying window resizing bug
This commit is contained in:
parent
55efd48f00
commit
f9078d6d5f
3 changed files with 24 additions and 0 deletions
|
@ -23,6 +23,7 @@ struct MistApp: App {
|
|||
hideZoomButton()
|
||||
}
|
||||
}
|
||||
.fixedWindow()
|
||||
.commands {
|
||||
AppCommands(sparkleUpdater: sparkleUpdater, refreshing: $refreshing, downloadInProgress: $downloadInProgress)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue