完善游戏设置页面帮助文本 - #6415
Conversation
- Show contextual guidance in preset setting sections - Explain default inheritance and per-instance overrides
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ab5f06a20a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| settings.type.global.preset.default=Use Default Preset | ||
| settings.type.global.preset.duplicate_name=Preset name already exists | ||
| settings.type.global.preset.help=A game settings preset manages a set of game settings that you can adjust on this page.\n\ | ||
| All instances inherit game settings from the current preset by default. You can override specific settings on the instance game settings page. |
There was a problem hiding this comment.
Correct preset inheritance tooltip
For an instance with no explicit parent, GameSettingsPage#getExplicitParentGameSettings() falls back to SettingsManager.getDefaultGameSettingsPresetOrCreate(), not whichever preset is currently selected for editing. When the user is viewing a non-default preset, this tooltip says all instances inherit the current preset by default, which can lead them to edit the wrong preset; please say instances inherit the default preset unless explicitly assigned.
Useful? React with 👍 / 👎.
- Show basic settings before preset management for a clearer flow - Update preset help text to refer to settings below
No description provided.