|
@@ -9,9 +9,7 @@ struct GramoraApp: App {
|
|
|
.initialWindowSize(width: AppTheme.windowWidth, height: AppTheme.windowHeight)
|
|
.initialWindowSize(width: AppTheme.windowWidth, height: AppTheme.windowHeight)
|
|
|
.configureWindowChrome()
|
|
.configureWindowChrome()
|
|
|
.preferredColorScheme(.light)
|
|
.preferredColorScheme(.light)
|
|
|
- .lightWindowToolbarBackground()
|
|
|
|
|
}
|
|
}
|
|
|
.windowStyle(.hiddenTitleBar)
|
|
.windowStyle(.hiddenTitleBar)
|
|
|
- .windowToolbarStyle(.unifiedCompact(showsTitle: false))
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|