X-Git-Url: https://v.licheni.net/stack/code/dboxswitch.git/blobdiff_plain/d06f73c1045d0a4b526f4662869bb2cd121eabde..ee451b0ae08e635da522f3381b2a34d4e1c8b594:/settings.py?ds=sidebyside 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()