Omit lock screen on macOS

This commit is contained in:
Davide 2024-10-29 14:44:00 +01:00
parent 944d6f8c28
commit 7e2bd01c36
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 2 additions and 5 deletions

View File

@ -86,11 +86,8 @@ extension PassepartoutApp {
@SceneBuilder @SceneBuilder
var body: some Scene { var body: some Scene {
Window(appName, id: appName) { Window(appName, id: appName, content: contentView)
contentView() .defaultSize(width: 600, height: 400)
.themeLockScreen()
}
.defaultSize(width: 600, height: 400)
Settings { Settings {
SettingsView(profileManager: context.profileManager) SettingsView(profileManager: context.profileManager)