Skip to content

Commit d623d13

Browse files
committed
forgot to add the label
1 parent 24c7e25 commit d623d13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

anknotes/__main__.py

+1
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ def setup_evernote(self):
384384

385385
# Update Existing Notes
386386
updated_label = QLabel("Behavior if a note is already imported:")
387+
layout.insertWidget(int(layout.count()) + 1, updated_label)
387388
update_existing_notes = QComboBox()
388389
update_existing_notes.addItems(["Ignore (do nothing)",
389390
"Update (raise API usage, but useful if you tend to edit your cards in Evernote)",

0 commit comments

Comments
 (0)