mac: fix settings window size persistence

main
Peter Steinberger 2025-12-06 00:56:06 +01:00
parent 3067807802
commit f09390a412
1 changed files with 2 additions and 0 deletions

View File

@ -367,6 +367,8 @@ struct ClawdisApp: App {
SettingsRootView(state: state)
.frame(width: SettingsTab.windowWidth, height: SettingsTab.windowHeight, alignment: .topLeading)
}
.defaultSize(width: SettingsTab.windowWidth, height: SettingsTab.windowHeight)
.windowResizability(.contentSize)
}
}