From 50449df08dd453ed615283cc9af7d76f6677bc05 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sat, 19 Oct 2024 14:30:14 +0800 Subject: [PATCH] Improved --- .../Views/AddServer2Window.axaml | 6 ++-- .../Views/AddServerWindow.axaml | 6 ++-- .../Views/CheckUpdateView.axaml | 8 +++-- .../Views/DNSSettingWindow.axaml | 6 ++-- .../Views/GlobalHotkeySettingWindow.axaml | 30 ++++++++++--------- .../v2rayN.Desktop/Views/MainWindow.axaml.cs | 18 +++++------ .../Views/OptionSettingWindow.axaml | 6 ++-- .../v2rayN.Desktop/Views/QrcodeView.axaml.cs | 12 ++++++-- .../Views/RoutingRuleDetailsWindow.axaml | 6 ++-- .../Views/RoutingRuleSettingWindow.axaml | 6 ++-- .../Views/RoutingSettingWindow.axaml | 6 ++-- .../v2rayN.Desktop/Views/SubEditWindow.axaml | 6 ++-- v2rayN/v2rayN/Views/AddServer2Window.xaml | 1 + v2rayN/v2rayN/Views/AddServerWindow.xaml | 1 + v2rayN/v2rayN/Views/BackupAndRestoreView.xaml | 1 - v2rayN/v2rayN/Views/CheckUpdateView.xaml | 3 +- v2rayN/v2rayN/Views/DNSSettingWindow.xaml | 1 + .../Views/GlobalHotkeySettingWindow.xaml | 1 + v2rayN/v2rayN/Views/OptionSettingWindow.xaml | 1 + .../Views/RoutingRuleDetailsWindow.xaml | 9 +++--- .../Views/RoutingRuleSettingWindow.xaml | 9 +++--- v2rayN/v2rayN/Views/RoutingSettingWindow.xaml | 1 + v2rayN/v2rayN/Views/SubEditWindow.xaml | 9 +++--- 23 files changed, 93 insertions(+), 60 deletions(-) diff --git a/v2rayN/v2rayN.Desktop/Views/AddServer2Window.axaml b/v2rayN/v2rayN.Desktop/Views/AddServer2Window.axaml index 797d8117..a49fcf3d 100644 --- a/v2rayN/v2rayN.Desktop/Views/AddServer2Window.axaml +++ b/v2rayN/v2rayN.Desktop/Views/AddServer2Window.axaml @@ -23,13 +23,15 @@ x:Name="btnSave" Width="100" Content="{x:Static resx:ResUI.TbConfirm}" - Cursor="Hand" /> + Cursor="Hand" + IsDefault="True" />