X-Git-Url: https://v.licheni.net/stack/code/dboxswitch.git/blobdiff_plain/d06f73c1045d0a4b526f4662869bb2cd121eabde..45c3190a53e28bc5c9375794a8b154356f30ae50:/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()