Add card view to search page.

This commit is contained in:
luxick
2018-02-17 17:22:02 +01:00
parent f1485db748
commit d61f48fa27
10 changed files with 292 additions and 56 deletions

View File

@@ -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 = ''