macOS 一些优化 (#6596)
* [macOS] hide icon in Dock * [macOS] fix: close button not work * [macOS] fix: cant directly show window when click `Show or hide the main window` on minimized
This commit is contained in:
@@ -52,5 +52,6 @@ internal class Program
|
||||
//.WithInterFont()
|
||||
.WithFontByDefault()
|
||||
.LogToTrace()
|
||||
.UseReactiveUI();
|
||||
.UseReactiveUI()
|
||||
.With(new MacOSPlatformOptions { ShowInDock = false});
|
||||
}
|
||||
Reference in New Issue
Block a user