feat(startup): 区分开机自启与手动启动,手动双击始终显示窗口#203
Open
1w1w11w1 wants to merge 1 commit into
Open
Conversation
7ae2a69 to
b92f568
Compare
…ndow on manual launch Add --auto-start flag to Windows scheduled task. Only apply minimize/hide-to-tray behavior when launched by the task scheduler. Double-clicking the EXE always shows the main window regardless of the "minimize after startup" setting.
HarcoChen
approved these changes
May 29, 2026
Contributor
HarcoChen
left a comment
There was a problem hiding this comment.
看起来没问题,但是已注册的计划任务不会被更新,所以最好是发个公告通知一下
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.
Summary
--auto-start参数,标记开机自启拉起--auto-start标记,仅开机自启时执行"启动后最小化到托盘"行为变更
Test plan