Add About window and basic commands to MenuBar (#113)

* Initial commit for about_window.py

* Add some basic actions to the MenuBar

* Fix keyboard shortcuts

* Fix path to icon for Windows
This commit is contained in:
2024-08-15 14:27:29 -05:00
committed by GitHub
parent d04d14446b
commit 49ae5a55d9
3 changed files with 117 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
APP_NAME = "Zordon"
APP_VERSION = "0.0.1"
APP_AUTHOR = "Brett Williams"
APP_DESCRIPTION = "Distributed Render Farm Tools"
APP_COPYRIGHT_YEAR = "2024"
APP_LICENSE = "MIT License"