mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
chore: 修正注释warning
warning SA1512: Single-line comments should not be followed by blank line
This commit is contained in:
@@ -45,12 +45,12 @@ public unsafe class FontConfigIntegration
|
||||
public static void Install()
|
||||
{
|
||||
Debug.WriteLine($"FontConfigIntegration Install");
|
||||
|
||||
// GC.KeepAlive(DefaultFont.UserInterface);
|
||||
// DefaultFont.UserInterface = GetFontFamilyFromPattern("system-ui");
|
||||
// DefaultFont.Monospace = GetFontFamilyFromPattern("monospace");
|
||||
// DefaultFont.SansSerif = GetFontFamilyFromPattern("sans-serif");
|
||||
// DefaultFont.Serif = GetFontFamilyFromPattern("serif");
|
||||
|
||||
Install("Global User Interface", "system-ui");
|
||||
Install("Global Monospace", "monospace");
|
||||
Install("Global Sans Serif", "sans-serif");
|
||||
|
||||
Reference in New Issue
Block a user