A tabbed viewer for Chris Edwards' ASL Vehicle/Gun data cards.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
asl-cards/constants.py

11 lines
296 B

APP_VENDOR = "Pacman Ghost"
APP_HOME_URL = "https://github.com/pacman-ghost"
APP_NAME = "ASL Cards"
APP_VERSION = "v0.1"
APP_DESCRIPTION = "ASL Cards viewer."
# settings file
MAINWINDOW_POSITION = "MainWindow/position"
MAINWINDOW_SIZE = "MainWindow/size"
#
CONFIRM_EXIT = "Settings/ConfirmExit"