Settings fix

This commit is contained in:
itdominator 2023-03-04 13:45:44 -06:00
parent 333d8ccdf0
commit 01dbba558f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class Settings(StartCheckMixin):
raise
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):
raise MissingConfigError("Unable to find the application icons directory.")
if not os.path.exists(self._GLADE_FILE):