X-Git-Url: https://v.licheni.net/stack/code/dboxswitch.git/blobdiff_plain/afc339f71fbcf98c11a63207a33828f23595e2c2..86b7bff5277f8681b1dcb4d722481e5173fe590f:/settings.py?ds=sidebyside diff --git a/settings.py b/settings.py index 7c82d1e..0ba170b 100644 --- a/settings.py +++ b/settings.py @@ -3,6 +3,8 @@ class Settings(): def __init__(self): self.appname = "dboxswitch" + self.appversion = "0.1" + self.icon = "./icon.png" global conf appconf = Settings()