summaryrefslogtreecommitdiff
path: root/portato/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/constants.py')
-rw-r--r--portato/constants.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/portato/constants.py b/portato/constants.py
index 85fde6e..9b01eb8 100644
--- a/portato/constants.py
+++ b/portato/constants.py
@@ -13,9 +13,9 @@
CONFIG_DIR = "/etc/portato/"
CONFIG_LOCATION = CONFIG_DIR+"portato.cfg"
-DATA_DIR = "portato/gui/gtk/glade/"
+DATA_DIR = "portato/gui/templates/"
PLUGIN_DIR = "plugins/"
VERSION = 9999
-FRONTENDS = ["gtk"]
+FRONTENDS = ["gtk" ,"qt"]
STD_FRONTEND = "gtk"