Skip to content

Commit

Permalink
forgot to add the label
Browse files Browse the repository at this point in the history
  • Loading branch information
brumar committed Nov 2, 2017
1 parent 24c7e25 commit d623d13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions anknotes/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ def setup_evernote(self):

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

0 comments on commit d623d13

Please sign in to comment.