Skip to content

Commit 42c4f9a

Browse files
committed
Bug fix
2dust#7582
1 parent 11691d0 commit 42c4f9a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

v2rayN/v2rayN.Desktop/Program.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,7 @@ public static AppBuilder BuildAvaloniaApp()
6161
//.WithInterFont()
6262
.WithFontByDefault()
6363
.LogToTrace()
64-
#if OS_OSX
6564
.UseReactiveUI()
6665
.With(new MacOSPlatformOptions { ShowInDock = AppHandler.Instance.Config.UiItem.MacOSShowInDock });
67-
#else
68-
.UseReactiveUI();
69-
#endif
7066
}
7167
}

0 commit comments

Comments
 (0)