From 422f58ca18d485743af0a5f84f378f8fe6cdf5c8 Mon Sep 17 00:00:00 2001 From: Private <92515164+privatesupport@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:56:44 +0330 Subject: [PATCH] Added emoji support in SubSettingWindow --- v2rayN/v2rayN/Views/SubSettingWindow.xaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/v2rayN/v2rayN/Views/SubSettingWindow.xaml b/v2rayN/v2rayN/Views/SubSettingWindow.xaml index 29455ea0..c81e6770 100644 --- a/v2rayN/v2rayN/Views/SubSettingWindow.xaml +++ b/v2rayN/v2rayN/Views/SubSettingWindow.xaml @@ -9,6 +9,7 @@ xmlns:reactiveui="http://reactiveui.net" xmlns:resx="clr-namespace:v2rayN.Resx" xmlns:vms="clr-namespace:v2rayN.ViewModels" + xmlns:emoji="clr-namespace:Emoji.Wpf;assembly=Emoji.Wpf" Title="{x:Static resx:ResUI.menuSubSetting}" Width="800" Height="600" @@ -101,10 +102,15 @@ IsReadOnly="True" Style="{StaticResource DefDataGrid}"> - + Header="{x:Static resx:ResUI.LvRemarks}"> + + + + + +