This commit is contained in:
Leonabcd123 2025-12-19 11:26:49 +02:00
parent dd1b9d4d5e
commit e96bf42265

View file

@ -476,7 +476,7 @@ export function hideAccountSection(): void {
}
function showAccountSection(): void {
qs(`.pageSettings .section.needsAccount`)?.show();
qsa(`.pageSettings .section.needsAccount`)?.show();
refreshTagsSettingsSection();
refreshPresetsSettingsSection();
}