Add cv_gtk3 package.
This commit is contained in:
10
cv_gtk3/setting.py
Normal file
10
cv_gtk3/setting.py
Normal file
@@ -0,0 +1,10 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user