Skip to content

Commit

Permalink
Fix GUI main entry
Browse files Browse the repository at this point in the history
  • Loading branch information
rdrooij committed Apr 6, 2019
1 parent 7d7100d commit d343c03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sd3save_editor/gui/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ def main():
app = QApplication(sys.argv)
mainwindow = MainWindow()
sys.exit(app.exec_())

if __name__ == "__main__":
main()

0 comments on commit d343c03

Please sign in to comment.