fix: remove the last upstream wordmark from dialogs, About and every language file #6

Merged
kua-agent merged 14 commits from fix/mmd-pdf-remove-killer-wordmark-20260828 into main 2026-08-28 06:40:16 +00:00
Showing only changes of commit b4bb2544f6 - Show all commits
+2 -2
View File
@@ -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,