Omit lock screen on macOS
This commit is contained in:
parent
944d6f8c28
commit
7e2bd01c36
|
@ -86,11 +86,8 @@ extension PassepartoutApp {
|
|||
|
||||
@SceneBuilder
|
||||
var body: some Scene {
|
||||
Window(appName, id: appName) {
|
||||
contentView()
|
||||
.themeLockScreen()
|
||||
}
|
||||
.defaultSize(width: 600, height: 400)
|
||||
Window(appName, id: appName, content: contentView)
|
||||
.defaultSize(width: 600, height: 400)
|
||||
|
||||
Settings {
|
||||
SettingsView(profileManager: context.profileManager)
|
||||
|
|
Loading…
Reference in New Issue