Add font license

This commit is contained in:
2026-03-03 11:32:54 +09:00
parent b00ad7669c
commit 1132d475b1
2 changed files with 360 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ namespace MayShow.Views
licenseText = "Error: Unable to find license file!";
}
}
LicenseTextBlock.Text = licenseText;
LicenseTextBlock.Text = licenseText.Trim();
}
}
}