diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-10-31 19:03:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-31 19:03:45 -0400 |
commit | 215ef627f13744f4041e4537ab163f71312215e5 (patch) | |
tree | 90e9200647d55fb76963b2c60c4e106f53af5ac0 /ext/bg/settings.html | |
parent | 94620f4f224ffec20b774dd75143ce5023c60b83 (diff) |
Duplicate scope options (#955)
* Add deck-root duplicate scope option
* Implement support for deck-root scope
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 1b1e9124..fbd777d8 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -926,6 +926,7 @@ <select class="form-control" id="duplicate-scope" data-setting="anki.duplicateScope"> <option value="collection">Collection</option> <option value="deck">Deck</option> + <option value="deck-root">Deck root</option> </select> </div> |