hide transition text, always reconnect

This commit is contained in:
highxshell 2025-09-18 11:07:48 +05:00
parent b3f316e59f
commit 6885a42884
2 changed files with 6 additions and 1 deletions

View File

@ -187,7 +187,7 @@ const UI = {
UI.initSetting('show_dot', false);
UI.initSetting('path', 'websockify');
UI.initSetting('repeaterID', '');
UI.initSetting('reconnect', false);
UI.initSetting('reconnect', true);
UI.initSetting('reconnect_delay', 5000);
},
// Adds a link to the label elements on the corresponding input elements

View File

@ -127,6 +127,11 @@
#noVNC_control_bar .noVNC_logo {
display: none !important;
}
/* Hide the transition text */
#noVNC_transition_text {
display: none !important;
}
</style>
</head>