save project via GUI.

This commit is contained in:
Faisal Shahzad 2024-01-06 22:30:12 +01:00
parent 17dfc94a02
commit c303eb3505

View file

@ -514,6 +514,7 @@ class SWProjectDialog(QDialog):
self._project.exclude = self.textedit_exclude_patterns.toPlainText().split(
"\n"
)
self._project.save()
return super().accept()
else:
logging.info(f"Current Project Settings are not valid.")