diff --git a/main.py b/main.py index f74541b..addf672 100644 --- a/main.py +++ b/main.py @@ -311,7 +311,8 @@ def refreshMods(self, nocheck=False): continue ModName = f"{ModType}/{ModFile.name}" item = QtGui.QStandardItem(ModName) - model.appendRow(item) + model.appendRow(item) + self.pushButton.setEnabled(True) def comboBoxChanged(self): if self.comboBox.currentText() == "Overwrite all files":