mirror of
https://ghproxy.net/https://github.com/serpwings/static-wordpress.git
synced 2025-10-04 04:12:21 +08:00
save project via GUI.
This commit is contained in:
parent
17dfc94a02
commit
c303eb3505
1 changed files with 1 additions and 0 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue