0.0.1 -> 1.1.5 第7次更新

This commit is contained in:
Space Time 2025-06-04 21:33:55 +08:00
parent 42165b8216
commit ce7298bf52

View File

@ -201,7 +201,7 @@ public partial class MainWin : Window
await Task.Run(() => await Task.Run(() =>
{ {
new BrowserProc(MainPres.BrowserPath, sender is bool).Run(Path.GetDirectoryName(MainPres.BrowserPath)!, $"{CealArgs} {MainPres.ExtraArgs.Trim()}"); new BrowserProc(MainPres.BrowserPath, sender is bool).Run(Path.GetDirectoryName(MainPres.BrowserPath)!, $"{CealArgs} {MainPres.ExtraArgs.Trim()} {(MainConst.IsAdmin ? "--no-sandbox" : string.Empty)}");
}); });
} }
private async void NginxButtonHoldTimer_Tick(object? sender, EventArgs e) private async void NginxButtonHoldTimer_Tick(object? sender, EventArgs e)