@@ -249,6 +249,6 @@ watch(
|
||||
)
|
||||
|
||||
const showRequireStandaloneInstructionsForIOS = computed(
|
||||
() => true, //isError.value && isIOS.value && !isStandalone.value && enabled.value,
|
||||
() => isError.value && isIOS.value && !isStandalone.value && enabled.value,
|
||||
)
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user