mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-01 12:32:10 +00:00
[macOS] hide icon in Dock
This commit is contained in:
parent
e674a025d8
commit
8f0f67745e
1 changed files with 2 additions and 1 deletions
|
@ -52,5 +52,6 @@ internal class Program
|
|||
//.WithInterFont()
|
||||
.WithFontByDefault()
|
||||
.LogToTrace()
|
||||
.UseReactiveUI();
|
||||
.UseReactiveUI()
|
||||
.With(new MacOSPlatformOptions { ShowInDock = false});
|
||||
}
|
Loading…
Reference in a new issue