X-Git-Url: https://v.licheni.net/stack/code/dboxswitch.git/blobdiff_plain/ed21cea32a80572106e5776a44e1b1edd7baa580..45aff6eed9d7cff5a04bf3f451d3f47d22583d72:/settings.py diff --git a/settings.py b/settings.py index 7e8e1f0..3b7fdb1 100644 --- a/settings.py +++ b/settings.py @@ -45,6 +45,7 @@ class Settings(): self.icon = os.path.join(__location__,"icon.png") self.cpicon = os.path.join(__location__,"current-profile.png") self.delpicon = os.path.join(__location__,"delete.png") + self.addpicon = os.path.join(__location__,"add.png") global conf appconf = Settings()