Improved UI for Desktop

This commit is contained in:
2dust
2024-10-11 09:24:15 +08:00
parent a556bf9487
commit b172b03927
5 changed files with 77 additions and 27 deletions

View File

@@ -82,12 +82,7 @@ namespace v2rayN.Desktop.Views
}
private void RoutingSettingWindow_KeyDown(object? sender, KeyEventArgs e)
{
if (ViewModel?.enableRoutingBasic ?? false)
{
return;
}
{
if (e.KeyModifiers == KeyModifiers.Control)
{
if (e.Key == Key.A)