From 30f240423b21724ad2e82d4bb3f183a720487215 Mon Sep 17 00:00:00 2001 From: Kaleb Efflandt <72526467+macarooni-man@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:15:10 -0600 Subject: [PATCH] Update ui.js --- app/ui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ui.js b/app/ui.js index 2345b031..05c3bbc3 100644 --- a/app/ui.js +++ b/app/ui.js @@ -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) {