diff --git a/v2rayN/Directory.Packages.props b/v2rayN/Directory.Packages.props
index 24484112..e77fac13 100644
--- a/v2rayN/Directory.Packages.props
+++ b/v2rayN/Directory.Packages.props
@@ -5,6 +5,7 @@
false
+
@@ -27,4 +28,4 @@
-
+
\ No newline at end of file
diff --git a/v2rayN/v2rayN.Desktop/App.axaml b/v2rayN/v2rayN.Desktop/App.axaml
index 8b61125f..4b2577ca 100644
--- a/v2rayN/v2rayN.Desktop/App.axaml
+++ b/v2rayN/v2rayN.Desktop/App.axaml
@@ -13,6 +13,7 @@
+
diff --git a/v2rayN/v2rayN.Desktop/Assets/GlobalResources.axaml b/v2rayN/v2rayN.Desktop/Assets/GlobalResources.axaml
index f58db043..4cf9c585 100644
--- a/v2rayN/v2rayN.Desktop/Assets/GlobalResources.axaml
+++ b/v2rayN/v2rayN.Desktop/Assets/GlobalResources.axaml
@@ -11,6 +11,8 @@
32
32
1000
+ 14
+ Cascadia Code,Consolas,Menlo,Monospace
2
4,0
diff --git a/v2rayN/v2rayN.Desktop/Views/MsgView.axaml b/v2rayN/v2rayN.Desktop/Views/MsgView.axaml
index b6ca81a1..596de846 100644
--- a/v2rayN/v2rayN.Desktop/Views/MsgView.axaml
+++ b/v2rayN/v2rayN.Desktop/Views/MsgView.axaml
@@ -2,6 +2,7 @@
x:Class="v2rayN.Desktop.Views.MsgView"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:avaloniaEdit="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:resx="clr-namespace:ServiceLib.Resx;assembly=ServiceLib"
@@ -71,34 +72,12 @@
-
-
-
-
-
-
-
-
-
-
+ HorizontalScrollBarVisibility="Auto"
+ IsReadOnly="True"
+ ShowLineNumbers="True"
+ VerticalScrollBarVisibility="Auto" />
diff --git a/v2rayN/v2rayN.Desktop/v2rayN.Desktop.csproj b/v2rayN/v2rayN.Desktop/v2rayN.Desktop.csproj
index 8c274a69..67e57f4a 100644
--- a/v2rayN/v2rayN.Desktop/v2rayN.Desktop.csproj
+++ b/v2rayN/v2rayN.Desktop/v2rayN.Desktop.csproj
@@ -9,6 +9,7 @@
+
true