diff --git a/v2rayN/v2rayN.Desktop/Views/GlobalHotkeySettingWindow.axaml b/v2rayN/v2rayN.Desktop/Views/GlobalHotkeySettingWindow.axaml index 2dfdd0cc..6a16d523 100644 --- a/v2rayN/v2rayN.Desktop/Views/GlobalHotkeySettingWindow.axaml +++ b/v2rayN/v2rayN.Desktop/Views/GlobalHotkeySettingWindow.axaml @@ -6,17 +6,17 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:resx="clr-namespace:ServiceLib.Resx;assembly=ServiceLib" xmlns:vms="clr-namespace:ServiceLib.ViewModels;assembly=ServiceLib" - Title="{x:Static resx:ResUI.menuSetting}" + Title="{x:Static resx:ResUI.menuGlobalHotkeySetting}" Width="700" Height="500" - x:DataType="vms:SubEditViewModel" + x:DataType="vms:GlobalHotkeySettingViewModel" ShowInTaskbar="False" WindowStartupLocation="CenterScreen" mc:Ignorable="d">