Код: Выделить всё
.fullScreenCover(isPresented: $isLocked, content: {
ApplicationLockView(viewModel: ApplicationLockViewModel())
})
Подробнее здесь: https://stackoverflow.com/questions/688 ... macos-apps
Код: Выделить всё
.fullScreenCover(isPresented: $isLocked, content: {
ApplicationLockView(viewModel: ApplicationLockViewModel())
})