X-Git-Url: https://v.licheni.net/stack/code/dboxswitch.git/blobdiff_plain/d06f73c1045d0a4b526f4662869bb2cd121eabde..d12658f79e38f8a8b3c42cbaa97b76cfd63f25e7:/settings.py diff --git a/settings.py b/settings.py index b9fb468..38859e7 100644 --- a/settings.py +++ b/settings.py @@ -38,6 +38,7 @@ class Settings(): self.appname = "dboxswitch" self.appversion = "0.1" self.icon = "./icon.png" + self.cpicon = "./current-profile.png" global conf appconf = Settings()