mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-14 05:12:09 +08:00
0.0.1 -> 1.1.5 第7次更新
This commit is contained in:
parent
42165b8216
commit
ce7298bf52
@ -201,7 +201,7 @@ public partial class MainWin : Window
|
||||
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user