mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 08:48:13 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user