Show app icon and version at bottom of macOS settings sidebar

This commit is contained in:
Arkadiusz Fal
2026-04-22 23:09:17 +02:00
parent 6e91069ff3
commit 29c67d3276
3 changed files with 271 additions and 6 deletions

View File

@@ -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)