diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2017-10-12 09:59:09 +0300 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2017-10-12 09:59:09 +0300 |
commit | 8d660e282911ffb5d7b504784a3c09f13b164953 (patch) | |
tree | 1f6b46ab54ab39d341b82ca701d64842f97da753 /ext/bg/settings.html | |
parent | 6523b77ca13ebbc02cc9a4586a83a9d0ec29807d (diff) |
add compact tags
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 6274f3cb..d4b71932 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -36,6 +36,10 @@ </div> <div class="checkbox"> + <label><input type="checkbox" id="compact-tags"> Compact tags</label> + </div> + + <div class="checkbox"> <label><input type="checkbox" id="show-advanced-options"> Show advanced options</label> </div> |