X-Git-Url: https://v.licheni.net/stack/code/dboxswitch.git/blobdiff_plain/d35841e733bab5bb5ddaae55afc81c904cf4940d..d13b4666ed644a5bc5c0cee5657ad0b801ee5ad6:/settings.py?ds=inline diff --git a/settings.py b/settings.py index 550c7db..0ba170b 100644 --- a/settings.py +++ b/settings.py @@ -4,7 +4,7 @@ class Settings(): def __init__(self): self.appname = "dboxswitch" self.appversion = "0.1" - self.icon = "icon.xpm" + self.icon = "./icon.png" global conf appconf = Settings()