From a9f56390d5f0bc488b7bd40fa4af80ed19d90cc5 Mon Sep 17 00:00:00 2001 From: ac79b0c6 <105047743+ac79b0c6@users.noreply.github.com> Date: Sun, 8 May 2022 15:21:00 +0800 Subject: update gui --- mkvtool-gui/MainWindow.axaml.cs | 4 ++-- 1 file changed, 2 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 dae4549..1d55d42 100644 --- a/mkvtool-gui/MainWindow.axaml.cs +++ b/mkvtool-gui/MainWindow.axaml.cs @@ -366,7 +366,7 @@ namespace mkvtool this.FindControl("ma1").Text = string.Empty; this.FindControl("ma2").Text = string.Empty; this.FindControl("ma3").Text = string.Empty; - this.FindControl("ma4").Text = string.Empty; + this.FindControl("ma4").Text = "chi"; this.FindControl("ma5").Text = string.Empty; }); } @@ -467,7 +467,7 @@ namespace mkvtool this.FindControl("ca2").Text = string.Empty; this.FindControl("ca3").Text = string.Empty; this.FindControl("ca4").Text = string.Empty; - this.FindControl("ca5").Text = string.Empty; + this.FindControl("ca5").Text = "chi"; this.FindControl("ca6").Text = string.Empty; this.FindControl("ca7").IsChecked = false; }); -- cgit v1.2.1