1.1.3 -> 1.1.4 第76次更新

This commit is contained in:
Space Time 2024-12-18 21:31:25 +08:00
parent b54ef3a3bb
commit 92f55711a6

View File

@ -175,7 +175,7 @@ public partial class MainWin : Window
await Task.Run(() => await Task.Run(() =>
{ {
new BrowserProc(MainPres.BrowserPath, sender == null).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()}");
}); });
} }
private void NginxButton_Click(object sender, RoutedEventArgs e) private void NginxButton_Click(object sender, RoutedEventArgs e)