mirror of
https://github.com/yattee/yattee.git
synced 2026-06-27 00:54:21 +00:00
Show app icon and version at bottom of macOS settings sidebar
This commit is contained in:
@@ -302,7 +302,7 @@ struct YatteeApp: App {
|
||||
Window(String(localized: "menu.app.settings"), id: "settings") {
|
||||
SettingsView(showCloseButton: false)
|
||||
.appEnvironment(appEnvironment)
|
||||
.frame(minWidth: 600, idealWidth: 900, maxWidth: .infinity, minHeight: 400, idealHeight: 600, maxHeight: .infinity)
|
||||
.frame(minWidth: 600, idealWidth: 900, maxWidth: .infinity, minHeight: 520, idealHeight: 600, maxHeight: .infinity)
|
||||
}
|
||||
.windowResizability(.contentMinSize)
|
||||
.defaultSize(width: 900, height: 600)
|
||||
|
||||
Reference in New Issue
Block a user