Skip to content

Commit

Permalink
set the window title to "sonix keyboard flasher"
Browse files Browse the repository at this point in the history
  • Loading branch information
jindaxia authored Feb 22, 2021
1 parent 7bb858f commit cfbd1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def excepthook(exc_type, exc_value, exc_tb):
appctxt = ApplicationContext()
window = MainWindow()
window.resize(600, 250)
window.setWindowTitle("Womier Bricker")
window.setWindowTitle("Sonix Keyboard Flasher")
window.show()
sys.excepthook = excepthook
exit_code = appctxt.app.exec_()
Expand Down

0 comments on commit cfbd1b1

Please sign in to comment.