mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-12 20:32:09 +08:00
1.1.4 -> 1.1.5 第26次更新
This commit is contained in:
parent
d9e307e647
commit
938ca77fc1
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user