From a4982ae032b6636c0a26755dee82090da415d034 Mon Sep 17 00:00:00 2001 From: TheDevRyan <175502913+The-Dev-Ryan@users.noreply.github.com> Date: Thu, 23 Oct 2025 19:43:32 +0100 Subject: [PATCH] Removed "UserDummyMenuSpan" Not needed any more as we have removed UIMenu --- views/default3.handlebars | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/views/default3.handlebars b/views/default3.handlebars index 4246aac9..95e4b680 100644 --- a/views/default3.handlebars +++ b/views/default3.handlebars @@ -280,13 +280,6 @@ -
- - - - -
 
-
@@ -2792,7 +2785,6 @@ QC('body').remove('fullscreen'); QC('body').remove('arg_hide'); if (xxcurrentView >= 10) QC('column_l').add('room4submenu'); - QV('UserDummyMenuSpan', false); leftBar.classList.add('d-none'); //QV('page_leftbar', false); } else { @@ -2801,7 +2793,6 @@ QV('page_leftbar', !(args.hide & 16)); QV('MainMenuSpan', !(args.hide & 16)); if (xxcurrentView >= 10) QC('column_l').remove('room4submenu'); - QV('UserDummyMenuSpan', (xxcurrentView < 10) && webPageFullScreen); leftBar.classList.remove('d-none'); } mainUpdate(512); @@ -20364,7 +20355,6 @@ if ((x == 0) && (webPageFullScreen)) { QC('body').add('arg_hide'); } QV('MainSubMenuSpan', (x >= 10) && (x < 20)); - QV('UserDummyMenuSpan', (x == 51) || ((x < 10) && (x != 6) && webPageFullScreen)); QV('MeshSubMenuSpan', (x >= 20) && (x < 30)); QV('UserSubMenuSpan', (x >= 30) && (x < 40)); QV('ServerSubMenuSpan', x == 6 || x == 115 || x == 40 || x == 41 || x == 42 || x == 43);