1.1.3 -> 1.1.4 第68次更新

This commit is contained in:
Space Time 2024-12-16 20:53:03 +08:00
parent 32871f580a
commit 1e310cc69d

View File

@ -172,7 +172,7 @@ public partial class MainWin : Window
await Task.Run(() =>
{
new BrowserProc(MainPres.BrowserPath, sender == null).Run(Path.GetDirectoryName(MainPres.BrowserPath), ($"{CealArgs} {MainPres.ExtraArgs.Trim()}"));
new BrowserProc(MainPres.BrowserPath, sender == null).Run(Path.GetDirectoryName(MainPres.BrowserPath), $"{CealArgs} {MainPres.ExtraArgs.Trim()}");
});
}
private void NginxButton_Click(object sender, RoutedEventArgs e)