CLN - disable lock screen camera action

This commit is contained in:
Leon.Schmidt
2026-08-06 16:58:12 +02:00
parent 75e413f220
commit 47e7304c0c
+1 -2
View File
@@ -13,7 +13,7 @@ import { computed, onBeforeUnmount, onMounted, ref } from 'vue'
import { usePhoneStore } from '@/stores/phone'
const emit = defineEmits<{
unlock: [destination?: 'camera']
unlock: []
}>()
const phone = usePhoneStore()
@@ -172,7 +172,6 @@ onBeforeUnmount(() => {
:colors="whiteNavbarLinkColors"
:link-props="{ type: 'button' }"
:aria-label="phone.t('LockScreen.camera')"
@click="emit('unlock', 'camera')"
>
<Camera :stroke-width="1.4" aria-hidden="true" />
</k-link>