From d623d13da33c9a468b17042004c4342632eb9741 Mon Sep 17 00:00:00 2001 From: Bruno Date: Thu, 2 Nov 2017 22:10:33 +0100 Subject: [PATCH] forgot to add the label --- anknotes/__main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/anknotes/__main__.py b/anknotes/__main__.py index 116d9be..bf617a9 100644 --- a/anknotes/__main__.py +++ b/anknotes/__main__.py @@ -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)",