diff options
Diffstat (limited to 'ext/settings.html')
| -rw-r--r-- | ext/settings.html | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/ext/settings.html b/ext/settings.html index 525e99b1..12281764 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -1709,10 +1709,20 @@                          <div class="settings-item-right">                              <select data-setting="anki.duplicateBehavior">                                  <option value="prevent">Prevent adding</option> +                                <option value="overwrite">Allow overwriting</option>                                  <option value="new">Allow adding</option>                              </select>                          </div>                      </div> +                    <div class="settings-item-children" id="anki-overwrite-warning" hidden> +                        <p class="danger-text"> +                            Overwriting a card can result in the loss of data. +                        </p> +                        <p class="warning-text"> +                            Duplicate cards of a different note type cannot be overwritten. +                            If there are multiple duplicate cards, the first card found will be overwritten. +                        </p> +                    </div>                  </div>              </div>          </div> |