Skip to content

Commit

Permalink
Forgot the confidence level in selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
SNoiraud committed Apr 16, 2024
1 parent 93540ba commit 32f382a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps/gui/filters/sidebar/_citationsidebarfilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __init__(self, dbstate, uistate, clicked):
for conf_value in sorted(conf_strings.keys()):
model.append((_(conf_strings[conf_value]),))
self.filter_conf.set_model(model)
self.filter_conf.set_active(Citation.CONF_NORMAL)
self.filter_conf.set_active(config.get("preferences.confidence"))

self.filter_note = Gtk.Entry()

Expand Down

0 comments on commit 32f382a

Please sign in to comment.