Fix v1.3.1 localization and installer cleanup#26
Conversation
|
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ec610f228e
ℹ️ 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".
| this.exitMenuItem.Text = this.Localize("SystemTray_Exit", "Exit"); | ||
| } | ||
|
|
||
| this.UpdateContextMenu(); |
There was a problem hiding this comment.
Preserve tray selection when relocalizing menu
When the display language changes while a process is selected, this no-argument UpdateContextMenu() call uses the method defaults (selectedProcessName = null, hasSelection = false), which resets the tray menu to “No process selected” and disables “Apply Pending Settings” even though ProcessViewModel only re-populates it on a later selection change. Store/reuse the current selection when refreshing localized text so changing languages does not silently disable the tray quick-apply path.
Useful? React with 👍 / 👎.
Summary
Describe what changed and why.
Type of Change
Validation
Security and Risk Notes
List any impact on elevation, process control, power plan operations, or persisted configuration.
Checklist