diff --git a/v2rayN/v2rayN/App.xaml b/v2rayN/v2rayN/App.xaml index 56a04a3a..66027569 100644 --- a/v2rayN/v2rayN/App.xaml +++ b/v2rayN/v2rayN/App.xaml @@ -2,6 +2,7 @@ x:Class="v2rayN.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:conv="clr-namespace:v2rayN.Converters" xmlns:local="clr-namespace:v2rayN" xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" ShutdownMode="OnExplicitShutdown" @@ -91,6 +92,7 @@ BasedOn="{StaticResource MaterialDesignContextMenu}" TargetType="{x:Type ContextMenu}"> +