Merge pull request #2566 from OSInside/fix_profile_variable_settings

Fixed profile variable settings for preferences
This commit is contained in:
Neal Gompa (ニール・ゴンパ) 2024-06-10 04:00:41 -04:00 committed by GitHub
commit 3bbb057c96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -244,7 +244,7 @@ class Profile:
# kiwi_language
# kiwi_splash_theme
# kiwi_loader_theme
for preferences in self.xml_state.get_preferences_sections():
for preferences in reversed(self.xml_state.get_preferences_sections()):
if 'kiwi_iversion' not in self.dot_profile:
self.dot_profile['kiwi_iversion'] = \
self._text(preferences.get_version())