Hide advanced options by default and add toggle checkbox

This commit is contained in:
hensm
2022-08-09 18:31:08 +01:00
parent 2d954e9a5e
commit e7788c1b17
5 changed files with 186 additions and 143 deletions

View File

@@ -183,7 +183,7 @@
<img src="assets/photon_delete.svg" alt="icon, remove" />
</button>
{#if !isEditingItem}
{#if !isEditingItem && opts.showAdvancedOptions}
<button
type="button"
class="whitelist__expand-button ghost"