Settings fix
This commit is contained in:
parent
333d8ccdf0
commit
01dbba558f
|
@ -44,7 +44,7 @@ class Settings(StartCheckMixin):
|
||||||
raise
|
raise
|
||||||
|
|
||||||
if not os.path.exists(self._DEFAULT_ICONS):
|
if not os.path.exists(self._DEFAULT_ICONS):
|
||||||
self.DEFAULT_ICONS = f"{self._USR_PATH}/icons"
|
self._DEFAULT_ICONS = f"{self._USR_PATH}/icons"
|
||||||
if not os.path.exists(self._DEFAULT_ICONS):
|
if not os.path.exists(self._DEFAULT_ICONS):
|
||||||
raise MissingConfigError("Unable to find the application icons directory.")
|
raise MissingConfigError("Unable to find the application icons directory.")
|
||||||
if not os.path.exists(self._GLADE_FILE):
|
if not os.path.exists(self._GLADE_FILE):
|
||||||
|
|
Loading…
Reference in New Issue