From 73fad5deff0e0414bca8ad54c48a605226243a2a Mon Sep 17 00:00:00 2001 From: daniel-vahn Date: Mon, 29 Apr 2024 16:02:27 +0200 Subject: [PATCH] Hide WebApp.SettingsButton in main.tsx --- src/main.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.tsx b/src/main.tsx index d8458e0..a90f796 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -23,6 +23,7 @@ import './index.css'; // Expand the Telegram Mini App to full screen WebApp.expand(); +WebApp.SettingsButton.hide(); // Initialize the Telegram Mini App SDK WebApp.ready(); // Enable the closing confirmation