Fix previout commit on macOS
This commit is contained in:
parent
9f22053fa9
commit
e7666e6097
|
@ -71,9 +71,11 @@ extension PassepartoutApp {
|
|||
|
||||
@SceneBuilder
|
||||
var body: some Scene {
|
||||
Window(appName, id: appName, content: contentView)
|
||||
.defaultSize(width: 600, height: 400)
|
||||
.withEnvironment(from: context, theme: theme)
|
||||
Window(appName, id: appName) {
|
||||
contentView()
|
||||
.withEnvironment(from: context, theme: theme)
|
||||
}
|
||||
.defaultSize(width: 600, height: 400)
|
||||
|
||||
Settings {
|
||||
SettingsView(profileManager: context.profileManager)
|
||||
|
|
Loading…
Reference in New Issue