diff --git a/src/ui/ui.js b/src/ui/ui.js index 9f3861e..442df95 100644 --- a/src/ui/ui.js +++ b/src/ui/ui.js @@ -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;