current profile icon
[stack/code/dboxswitch.git] / settings.py
index b9fb468..38859e7 100644 (file)
@@ -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()