diff --git a/BililiveRecorder.WPF/BililiveRecorder.WPF.csproj b/BililiveRecorder.WPF/BililiveRecorder.WPF.csproj index f3eb15a..28935a8 100644 --- a/BililiveRecorder.WPF/BililiveRecorder.WPF.csproj +++ b/BililiveRecorder.WPF/BililiveRecorder.WPF.csproj @@ -144,6 +144,9 @@ ToolboxAutoFixPage.xaml + + ToolboxRemuxPage.xaml + @@ -242,6 +245,10 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + Designer MSBuild:Compile @@ -287,6 +294,9 @@ Strings.Designer.cs + + PreserveNewest + @@ -308,6 +318,9 @@ + + 3.3.2 + all runtime; build; native; contentfiles; analyzers diff --git a/BililiveRecorder.WPF/Pages/RootPage.xaml b/BililiveRecorder.WPF/Pages/RootPage.xaml index b9f6a4d..a020e12 100644 --- a/BililiveRecorder.WPF/Pages/RootPage.xaml +++ b/BililiveRecorder.WPF/Pages/RootPage.xaml @@ -102,6 +102,12 @@ + + + + + diff --git a/BililiveRecorder.WPF/Pages/RootPage.xaml.cs b/BililiveRecorder.WPF/Pages/RootPage.xaml.cs index 609c5cd..9fa73ec 100644 --- a/BililiveRecorder.WPF/Pages/RootPage.xaml.cs +++ b/BililiveRecorder.WPF/Pages/RootPage.xaml.cs @@ -53,6 +53,7 @@ namespace BililiveRecorder.WPF.Pages AddType(typeof(AdvancedSettingsPage)); AddType(typeof(AnnouncementPage)); AddType(typeof(ToolboxAutoFixPage)); + AddType(typeof(ToolboxRemuxPage)); this.Model = new RootModel(); this.DataContext = this.Model; diff --git a/BililiveRecorder.WPF/Pages/ToolboxRemuxPage.xaml b/BililiveRecorder.WPF/Pages/ToolboxRemuxPage.xaml new file mode 100644 index 0000000..0cc29d4 --- /dev/null +++ b/BililiveRecorder.WPF/Pages/ToolboxRemuxPage.xaml @@ -0,0 +1,42 @@ + + + + + + +