diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-14 22:01:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 22:01:01 -0500 |
commit | d9f5d21d15a8239ecf349d254606be2c8fa70d31 (patch) | |
tree | e9237cc284bf841a32903bc0bc721e83c7efa7bc /ext/bg/settings2.html | |
parent | 29b6c98e9fa31e2397986bf0750f4b696a0051d5 (diff) |
Fix profile conditions issues (#1239)
* Add an event for when the number of profile conditions changes
* Update count
* Fix stale data being used
* Add "Remove group" option
Diffstat (limited to 'ext/bg/settings2.html')
-rw-r--r-- | ext/bg/settings2.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/settings2.html b/ext/bg/settings2.html index 11a2dad8..5b9d702d 100644 --- a/ext/bg/settings2.html +++ b/ext/bg/settings2.html @@ -1792,6 +1792,7 @@ <template id="profile-condition-menu-template"><div class="popup-menu-container" tabindex="-1" role="dialog"><div class="popup-menu"> <button class="popup-menu-item" data-menu-action="resetValue">Reset value</button> <button class="popup-menu-item" data-menu-action="delete">Delete</button> + <button class="popup-menu-item" data-menu-action="deleteGroup">Delete group</button> </div></div></template> |