From 86ac127ee252c042ff4a5d6044fe6cd5d911fcd5 Mon Sep 17 00:00:00 2001 From: xds Date: Mon, 27 Oct 2025 18:09:58 +0300 Subject: [PATCH] tg app fix sizes --- src/App.vue | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3d681f7..4b761d7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -63,13 +63,8 @@ onMounted(() => { if (tgApp) { try { tgApp.expand?.(); - tgApp.requestFullscreen?.(); + // tgApp.requestFullscreen?.(); tgApp.lockOrientation?.(); - tgApp.MainButton.setText("Open Space Picker"); - tgApp.MainButton.show(); - - tgApp.SecondaryButton.setText("Open Space Pick12312312er"); - tgApp.SecondaryButton.show(); tgApp.ready(); setupBackButton(); } catch (err) { @@ -104,8 +99,8 @@ onBeforeUnmount(() => { -