Add UI scale setting to personalization page#6061
Open
aftree-sp wants to merge 4 commits intoHMCL-dev:mainfrom
Open
Add UI scale setting to personalization page#6061aftree-sp wants to merge 4 commits intoHMCL-dev:mainfrom
aftree-sp wants to merge 4 commits intoHMCL-dev:mainfrom
Conversation
Allows users to configure HMCL UI scaling (100%-300%) via the personalization settings page. The setting is read from global config.json before JavaFX initializes so it takes effect on restart. Co-authored-by: yi159 <>
Fix checkTranslations CI failure: I18N_zh.properties was missing settings.launcher.ui_scale, settings.launcher.ui_scale.auto, and settings.launcher.ui_scale.unsupported.
3gf8jv4dv
reviewed
May 4, 2026
Glavo
reviewed
May 7, 2026
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allows users to configure HMCL UI scaling (100%-300%) via the personalization settings page. The setting is read from global config.json before JavaFX initializes so it takes effect on restart.
Co-authored-by: yi159 <>