Allow ingredients without specifying an amount

Closes #5
This commit is contained in:
Marcel Kapfer 2020-07-06 20:07:58 +02:00
parent 01f8bdd8d3
commit 094dd51a78
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 9 additions and 10 deletions

View File

@ -136,7 +136,6 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.v_categories.takeItem(self.v_categories.currentRow())
def ingredient_add(self):
if self.c_heading.checkState() == 2 or self.e_amount.text():
if self.e_ingredient.text():
if self.c_heading.checkState() == 2:
current_amount = QTableWidgetItem("----------")