Add card view to search page.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
class GUISettings:
|
||||
"""
|
||||
Settings for the GUI
|
||||
"""
|
||||
""" 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 = ''
|
||||
|
||||
Reference in New Issue
Block a user