From 9ff8b19ab5c543f9ddec57f2c806325a002da537 Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX <1173913+AbandonedCart@users.noreply.github.com> Date: Sun, 27 Oct 2024 04:39:59 -0400 Subject: [PATCH] Warn without disabling toggle --- IntroSkipper/Configuration/configPage.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/IntroSkipper/Configuration/configPage.html b/IntroSkipper/Configuration/configPage.html index 40845f7..024ca69 100644 --- a/IntroSkipper/Configuration/configPage.html +++ b/IntroSkipper/Configuration/configPage.html @@ -319,7 +319,9 @@ -
Failed to add skip button to web interface. See troubleshooting guide for the most common issues.
+
+ Failed to add skip button to web interface. See troubleshooting guide for the most common issues. +
Auto Skip Client List @@ -1335,8 +1337,7 @@ } if (config["SkipButtonWarning"]) { - document.getElementById("SkipButtonContainer").style.display = "none"; - document.getElementById("PersistContainer").style.display = "none"; + document.getElementById("warningMessage").style.display = "unset"; } else { document.getElementById("warningMessage").style.display = "none"; }