summaryrefslogtreecommitdiff
path: root/mkvtool-gui/MainWindow.axaml.cs
diff options
context:
space:
mode:
authorac79b0c6 <[email protected]>2022-05-08 15:21:00 +0800
committerac79b0c6 <[email protected]>2022-05-08 15:21:00 +0800
commita9f56390d5f0bc488b7bd40fa4af80ed19d90cc5 (patch)
tree40fc21e36234fc463bf346589bf4bf22dd8ccdd9 /mkvtool-gui/MainWindow.axaml.cs
parent884be8b1b4d9e7a7cdf80e2ca0ef56fe581ae440 (diff)
update gui
Diffstat (limited to 'mkvtool-gui/MainWindow.axaml.cs')
-rw-r--r--mkvtool-gui/MainWindow.axaml.cs4
1 files changed, 2 insertions, 2 deletions
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<TextBlock>("ma1").Text = string.Empty;
this.FindControl<TextBlock>("ma2").Text = string.Empty;
this.FindControl<TextBlock>("ma3").Text = string.Empty;
- this.FindControl<TextBox>("ma4").Text = string.Empty;
+ this.FindControl<TextBox>("ma4").Text = "chi";
this.FindControl<TextBox>("ma5").Text = string.Empty;
});
}
@@ -467,7 +467,7 @@ namespace mkvtool
this.FindControl<TextBlock>("ca2").Text = string.Empty;
this.FindControl<TextBlock>("ca3").Text = string.Empty;
this.FindControl<TextBlock>("ca4").Text = string.Empty;
- this.FindControl<TextBox>("ca5").Text = string.Empty;
+ this.FindControl<TextBox>("ca5").Text = "chi";
this.FindControl<TextBox>("ca6").Text = string.Empty;
this.FindControl<ToggleSwitch>("ca7").IsChecked = false;
});