修复管理工具首次启动不居中 - #1806
Open
success-crypto wants to merge 1 commit into
Open
Conversation
Author
|
已按 #1619 的反馈基于 v1.2.45 重做为最小补丁,仅处理首次启动居中,不再修改窗口生命周期逻辑。当前 |
success-crypto
force-pushed
the
agent/center-manager-on-startup
branch
from
August 13, 2026 13:43
8f36b01 to
0742100
Compare
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.
按 #1619 的反馈基于最新
main(v1.2.47)重做。问题
管理工具首次启动时未指定窗口位置,由系统决定放置位置。
修改
center()本次不修改关闭、最小化、托盘或
--transient生命周期逻辑。验证
cargo test -p codex-plus-manager --test windows_subsystem:23 项通过cargo test -p codex-plus-core --test upstream_theme_assets:2 项通过