diff --git a/index.html b/index.html index 964a86f..9909368 100644 --- a/index.html +++ b/index.html @@ -10318,11 +10318,13 @@ function show_welcome_panel() { document.getElementById("welcomecontainer").classList.remove('hidden'); + mainmenu_untab(true); select_welcome_ui(); } function close_welcome_panel(isok) { + mainmenu_untab(false); if(isok) { const selected = document.querySelector('input[name="welcometheme"]:checked'); @@ -19011,15 +19013,15 @@
+ Classic UI
+ Aesthetic UI
+ Corpo UI
@@ -19029,7 +19031,7 @@
- +