1.1.4 -> 1.1.5 第26次更新

This commit is contained in:
Space Time 2025-06-05 09:27:48 +08:00
parent d9e307e647
commit 938ca77fc1

View File

@ -8,12 +8,7 @@ internal class BrowserProc : Proc
{
private readonly bool ShutDownAppOnProcessExit;
internal BrowserProc(string browserPath, bool shutDownAppOnProcessExit) : base(browserPath)
{
ShutDownAppOnProcessExit = shutDownAppOnProcessExit;
Process_Exited(null, EventArgs.Empty);
}
internal BrowserProc(string browserPath, bool shutDownAppOnProcessExit) : base(browserPath) => ShutDownAppOnProcessExit = shutDownAppOnProcessExit;
protected sealed override void Process_Exited(object? sender, EventArgs e)
{