Omit lock screen on macOS
This commit is contained in:
parent
944d6f8c28
commit
7e2bd01c36
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue