fix portable settings.path not respected for prefs and language by avinxshKD · Pull Request #1439 · processing/processing4
Navigation Menu
{{ message }}
processing / processing4 Public
- Notifications You must be signed in to change notification settings
- Fork 159
Merged
catilac merged 1 commit intoprocessing:mainfrom
Feb 19, 2026Merged
fix portable settings.path not respected for prefs and language#1439
catilac merged 1 commit intoprocessing:mainfrom
fix portable settings.path not respected for prefs and language#1439
catilac merged 1 commit intoprocessing:mainfrom
Conversation
Copy link
Contributor
avinxshKD
commented
Feb 17, 2026
avinxshKD
commented
fixed #1435
check Base.getSettingsOverride() before Settings.getFolder() in Preferences.kt and Locale.kt so portable settings.path works
Copy link
Contributor Author
avinxshKD
commented
Feb 17, 2026
avinxshKD commented
Feb 17, 2026@catilac @SableRaf @Stefterv
fixed Preferences.kt nd also found the same bug in Locale.kt (language.txt would also go to the wrong folder in portable mode). both were calling Settings.getFolder() directly instead of checking Base.getSettingsOverride() first
let me know if adjustments needed, thanks goodnight
Copy link
Collaborator
catilac
commented
Feb 19, 2026
catilac commented
Feb 19, 2026lgtm! thank you
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment