From 50ac67113a80c51e91c0de8490dd1448f7f07e23 Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX Date: Sun, 20 Oct 2024 07:53:48 -0400 Subject: [PATCH] Make the ignore button label specific --- IntroSkipper/Configuration/configPage.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IntroSkipper/Configuration/configPage.html b/IntroSkipper/Configuration/configPage.html index 5d9a567..5960a5d 100644 --- a/IntroSkipper/Configuration/configPage.html +++ b/IntroSkipper/Configuration/configPage.html @@ -969,6 +969,8 @@ return; } + saveIgnoreListSeriesButton.textContent = "Apply to series"; + // add all seasons from this show to the season select for (const season in shows[selectShow.value].Seasons) { addItem(selectSeason, "Season " + shows[selectShow.value].Seasons[season], season); @@ -1057,6 +1059,7 @@ Dashboard.showLoadingMsg(); + saveIgnoreListSeriesButton.textContent = "Apply to movie"; seasonSelection.style.display = "none"; episodeSelection.style.display = "none"; eraseMovieContainer.style.display = "unset";