From 827b74ebf1eda1c548cd48b098a7a49f5476916f Mon Sep 17 00:00:00 2001 From: Arindy Date: Mon, 10 Feb 2025 18:41:13 +0100 Subject: [PATCH] moves overlay notice --- src/main/resources/templates/pub/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/pub/index.html b/src/main/resources/templates/pub/index.html index 34f4b94..0aea10c 100644 --- a/src/main/resources/templates/pub/index.html +++ b/src/main/resources/templates/pub/index.html @@ -155,7 +155,7 @@
- +
@@ -247,7 +247,7 @@
  • Join a room by entering your character name and the name of the room
  • Open your Dice-Overlay either in a new Tab or as a browser source in OBS
  • Configure your dice
  • @@ -287,6 +287,7 @@ document.getElementById('results').hidden = false; document.getElementById('nameLabel').innerHTML = '' + document.getElementById('name').value + ''; document.getElementById('roomLabel').innerHTML = '' + document.getElementById('room').value + ''; + document.getElementById('overlayLabel').innerHTML = 'Dice-Overlay for ' + document.getElementById('name').value + ''; document.title = document.getElementById('name').value + ' - Dice-Tower'; if (localStorage.getItem(document.getElementById('name').value + "-theme")) {