Make advanced skip options live update

This commit is contained in:
Ajay
2025-10-20 03:32:54 -04:00
parent bd0be90135
commit 60c4a0507c

View File

@@ -389,6 +389,7 @@ function contentLocalConfigUpdateListener(changes: StorageChangesObject) {
case "channelSkipProfileIDs": case "channelSkipProfileIDs":
case "skipProfiles": case "skipProfiles":
case "skipProfileTemp": case "skipProfileTemp":
case "skipRules":
channelIDChange(); channelIDChange();
break; break;
} }