Added some more debug elements.

This commit is contained in:
Veronica K. B. Olsen
2018-10-27 15:52:25 +02:00
parent 03272183f5
commit 83ea8c4f4f
4 changed files with 30 additions and 1 deletions
+2
View File
@@ -30,6 +30,8 @@ class Config:
# Set Application Variables
self.appName = nw.__package__
self.appHandle = nw.__package__.lower()
self.showGUI = True
self.debugGUI = False
# Set Paths
self.confPath = user_config_dir(self.appHandle)