Skip to content
Snippets Groups Projects
Commit dfa340cd authored by Florian Bruhin's avatar Florian Bruhin
Browse files

Set app name

parent b705c375
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ from commander.gui import mainwidget
if __name__ == '__main__':
app = QApplication(sys.argv)
app.setApplicationName('AutPy GUI Commander')
main = mainwidget.MainWidget()
main.show()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment