tg app fix sizes

This commit is contained in:
xds
2025-10-27 18:02:26 +03:00
parent c5b1f2dfe9
commit b5815bdc45

View File

@@ -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) {