common path default for picons

This commit is contained in:
DYefremov
2023-06-30 10:03:16 +03:00
parent 3fcc96cd02
commit 45b856946d

View File

@@ -474,6 +474,9 @@ class Settings:
@property
def profile_picons_path(self):
if self.use_common_picon_path:
return self.default_picon_path
if self.profile_folder_is_default:
return f"{self.profile_data_path}picons{SEP}"
return f"{self.default_picon_path}{self._current_profile}{SEP}"