mirror of https://github.com/2dust/v2rayN
parent
11691d0128
commit
42c4f9a6c6
|
@ -61,11 +61,7 @@ internal class Program
|
||||||
//.WithInterFont()
|
//.WithInterFont()
|
||||||
.WithFontByDefault()
|
.WithFontByDefault()
|
||||||
.LogToTrace()
|
.LogToTrace()
|
||||||
#if OS_OSX
|
|
||||||
.UseReactiveUI()
|
.UseReactiveUI()
|
||||||
.With(new MacOSPlatformOptions { ShowInDock = AppHandler.Instance.Config.UiItem.MacOSShowInDock });
|
.With(new MacOSPlatformOptions { ShowInDock = AppHandler.Instance.Config.UiItem.MacOSShowInDock });
|
||||||
#else
|
|
||||||
.UseReactiveUI();
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue