Update ui.js

This commit is contained in:
Kaleb Efflandt 2024-02-13 15:15:10 -06:00 committed by GitHub
parent d66e535fc7
commit 30f240423b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ import Keyboard from "../core/input/keyboard.js";
import RFB from "../core/rfb.js";
import * as WebUtil from "./webutil.js";
const PAGE_TITLE = "noVNC";
const PAGE_TITLE = "auto-mcs";
const UI = {
@ -1734,7 +1734,7 @@ const UI = {
updateDesktopName(e) {
UI.desktopName = e.detail.name;
// Display the desktop name in the document title
document.title = e.detail.name + " - " + PAGE_TITLE;
document.title = PAGE_TITLE;
},
bell(e) {