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