This commit is contained in:
theMasterpc 2024-09-20 16:50:25 +03:00 committed by GitHub
parent e4810a9583
commit e677ddb3a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -928,6 +928,8 @@
// when the fingerprint visualizer opens, populate show names
async function visualizerToggled() {
if (!visualizer.open) {
ignorelistSection.style.display = "none";
saveIgnoreListSeasonButton.style.display = "none";
return;
}