From 43f1a342c71f7bedde711faa59849d76a7f6fed6 Mon Sep 17 00:00:00 2001 From: xds Date: Mon, 27 Oct 2025 17:26:07 +0300 Subject: [PATCH] tg app fix sizes --- src/App.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index ced2e67..770b37a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -42,7 +42,7 @@ onMounted(() => { tgApp.expand?.(); // более мягкий вариант, чем requestFullscreen() tgApp.requestFullscreen?.(); tgApp.lockOrientation?.(); - if (route.path != '/') { + if (route.path !== '/') { tgApp.BackButton.show() // при нажатии — возвращаемся назад const handleBack = () => { @@ -69,6 +69,7 @@ onBeforeUnmount(() => {