Skip to content

Commit

Permalink
交互启动时,清空密码输入
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Dec 27, 2024
1 parent 5d6957e commit 6c90e1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Stardust/Managers/ServiceController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ public Boolean Start()
// 交互模式直接运行
if (Environment.UserInteractive)
{
si.UserName = null;
p = Process.Start(si);
}
else
Expand Down

0 comments on commit 6c90e1b

Please sign in to comment.