diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-08-17 19:32:58 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-09-02 19:32:08 -0400 |
commit | 1a9348ec27b903af47511da11306f884a82cf353 (patch) | |
tree | ba890d2a69b83281d34209d8841a6be83d713d23 /ext/bg/settings.html | |
parent | 5c4614f585648c2b835efc1d369e78918bc4f5ff (diff) |
Add option for maximum nested popup depth
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index cc140023..a0d08ec5 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -215,6 +215,11 @@ <option value="shift">Shift</option> </select> </div> + + <div class="form-group options-advanced"> + <label for="popup-nesting-max-depth">Maximum nested popup depth</label> + <input type="number" min="0" id="popup-nesting-max-depth" class="form-control"> + </div> </div> <div> |