Synchronize temporary toggle for contextual permissions.

This commit is contained in:
hackademix 2022-02-14 18:56:35 +01:00
parent cd30505fe1
commit 10f18bea3e
1 changed files with 1 additions and 0 deletions

View File

@ -505,6 +505,7 @@ var UI = (() => {
row.siteMatch = siteMatch;
row.contextMatch = context;
this.setupCaps(perms, preset, row);
tempToggle.checked = perms.temp;
return;
}
row.permissionsChanged = false;