From 3039cbd6a499e0beb08eb1ed28607c79ce548e74 Mon Sep 17 00:00:00 2001 From: Aman Bansal Date: Mon, 28 Apr 2025 22:44:20 +0530 Subject: [PATCH] Fix Remove full screen dependencies --- app/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui.js b/app/ui.js index b462e7bc..a8590ca0 100644 --- a/app/ui.js +++ b/app/ui.js @@ -111,7 +111,7 @@ const UI = { UI.toggleControlbarSide(); } - UI.initFullscreen(); + // UI.initFullscreen(); // Setup event handlers UI.addControlbarHandlers();