From 476af930619eba5cafb6b71d3cf9bc8257013be9 Mon Sep 17 00:00:00 2001 From: ac79b0c6 <105047743+ac79b0c6@users.noreply.github.com> Date: Sat, 21 May 2022 00:07:38 +0800 Subject: update mkvtool-gui --- mkvtool-gui/MainWindow.axaml.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mkvtool-gui/MainWindow.axaml.cs') diff --git a/mkvtool-gui/MainWindow.axaml.cs b/mkvtool-gui/MainWindow.axaml.cs index 4a17d4e..a44abd7 100644 --- a/mkvtool-gui/MainWindow.axaml.cs +++ b/mkvtool-gui/MainWindow.axaml.cs @@ -635,11 +635,13 @@ namespace mkvtool bool ck = this.FindControl("ssa3").IsChecked == true; bool cks = this.FindControl("ssa4").IsChecked == true; bool n = this.FindControl("ssa5").IsChecked == true; - string pr = this.FindControl("ssa6").Text; - string pf = this.FindControl("ssa7").Text; + bool no = this.FindControl("ssa6").IsChecked == true; + string pr = this.FindControl("ssa7").Text; + string pf = this.FindControl("ssa8").Text; mkvlib.A2P(a2p, apc, pr, pf); mkvlib.Check(ck, cks); mkvlib.NRename(n); + mkvlib.NOverwrite(no); } void PrintResult(string str1, string str2) -- cgit v1.2.1