We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c7e25 commit d623d13Copy full SHA for d623d13
anknotes/__main__.py
@@ -384,6 +384,7 @@ def setup_evernote(self):
384
385
# Update Existing Notes
386
updated_label = QLabel("Behavior if a note is already imported:")
387
+ layout.insertWidget(int(layout.count()) + 1, updated_label)
388
update_existing_notes = QComboBox()
389
update_existing_notes.addItems(["Ignore (do nothing)",
390
"Update (raise API usage, but useful if you tend to edit your cards in Evernote)",
0 commit comments