Files
cardvault/cv_gtk3/setting.py
2018-02-17 17:22:02 +01:00

11 lines
287 B
Python

class GUISettings:
""" Settings for the GUI """
# Collection of all pages the UI can use
pages = {}
# Currently viewed page
current_page = ''
# Title for the GTK window
application_title = 'Cardvault'
# Location of Glade UI files
glade_file_path = ''