mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-28 05:19:17 +01:00
Add window default size
This commit is contained in:
parent
27da37e9ec
commit
a737c61d15
@ -49,6 +49,11 @@ extension IceCubesApp {
|
|||||||
}
|
}
|
||||||
.withModelContainer()
|
.withModelContainer()
|
||||||
}
|
}
|
||||||
|
#if targetEnvironment(macCatalyst)
|
||||||
|
.defaultSize(width: userPreferences.showiPadSecondaryColumn ? 1100 : 800, height: 1400)
|
||||||
|
#elseif os(visionOS)
|
||||||
|
.defaultSize(width: 800, height: 1200)
|
||||||
|
#endif
|
||||||
.commands {
|
.commands {
|
||||||
appMenu
|
appMenu
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user