From b4bb2544f68275324fac74a324ae44043def6a29 Mon Sep 17 00:00:00 2001 From: kua-agent Date: Fri, 28 Aug 2026 06:39:37 +0000 Subject: [PATCH] fix: MMD PDF wordmark in Shell/About.cs --- Shell/About.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shell/About.cs b/Shell/About.cs index 4b006a1..f25a6c9 100644 --- a/Shell/About.cs +++ b/Shell/About.cs @@ -110,7 +110,7 @@ namespace MmdPdf { AboutLogoBlock.Inlines.Clear(); var hl = new Hyperlink { TextDecorations = null }; - hl.Inlines.Add(new Run("Killer") + hl.Inlines.Add(new Run("MMD ") { FontFamily = UiKit.WordmarkFont, FontSize = 21, @@ -133,7 +133,7 @@ namespace MmdPdf var shadowBrush = new System.Windows.Media.SolidColorBrush( System.Windows.Media.Color.FromArgb(0xB0, 0, 0, 0)); shadowBrush.Freeze(); - AboutLogoShadowBlock.Inlines.Add(new Run("Killer") + AboutLogoShadowBlock.Inlines.Add(new Run("MMD ") { FontFamily = UiKit.WordmarkFont, FontSize = 21,