From b5815bdc45fd5d894ec1ddc563c8830a1d3ffd92 Mon Sep 17 00:00:00 2001 From: xds Date: Mon, 27 Oct 2025 18:02:26 +0300 Subject: [PATCH] tg app fix sizes --- src/App.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.vue b/src/App.vue index fff2803..36e5154 100644 --- a/src/App.vue +++ b/src/App.vue @@ -65,6 +65,8 @@ onMounted(() => { tgApp.expand?.(); tgApp.requestFullscreen?.(); tgApp.lockOrientation?.(); + tgApp.MainButton.setText("Open Space Picker"); + tgApp.MainButton.show(); tgApp.ready(); setupBackButton(); } catch (err) {