[macOS] hide icon in Dock

This commit is contained in:
ShiinaRinne 2025-01-29 18:01:32 +08:00
parent e674a025d8
commit 8f0f67745e

View file

@ -52,5 +52,6 @@ internal class Program
//.WithInterFont() //.WithInterFont()
.WithFontByDefault() .WithFontByDefault()
.LogToTrace() .LogToTrace()
.UseReactiveUI(); .UseReactiveUI()
.With(new MacOSPlatformOptions { ShowInDock = false});
} }