From 071087bea16ff01a056d51543bb375e46b218494 Mon Sep 17 00:00:00 2001 From: genteure Date: Thu, 20 Jul 2023 19:22:52 +0800 Subject: [PATCH] feat(wpf): order danmaku merge files by their path --- .../Pages/ToolboxDanmakuMergerPage.xaml | 21 ++++++++++++++----- .../Pages/ToolboxDanmakuMergerPage.xaml.cs | 13 ++++++------ 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/BililiveRecorder.WPF/Pages/ToolboxDanmakuMergerPage.xaml b/BililiveRecorder.WPF/Pages/ToolboxDanmakuMergerPage.xaml index 27fa37c..0f4b667 100644 --- a/BililiveRecorder.WPF/Pages/ToolboxDanmakuMergerPage.xaml +++ b/BililiveRecorder.WPF/Pages/ToolboxDanmakuMergerPage.xaml @@ -6,16 +6,26 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:ui="http://schemas.modernwpf.com/2019" xmlns:l="https://github.com/XAMLMarkupExtensions/WPFLocalizationExtension" + xmlns:scm="clr-namespace:System.ComponentModel;assembly=WindowsBase" l:LocalizeDictionary.DesignCulture="" l:ResxLocalizationProvider.DefaultAssembly="BililiveRecorder.WPF" l:ResxLocalizationProvider.DefaultDictionary="Strings" mc:Ignorable="d" DataContext="{x:Null}" d:DesignHeight="450" d:DesignWidth="800" Title="ToolboxDanmakuMergerPage"> + + + + + + + + + + + + - - - @@ -28,7 +38,7 @@