mirror of https://github.com/2dust/v2rayN
parent
a3e45d206e
commit
18005b96e8
|
@ -189,6 +189,8 @@ namespace v2rayN.Desktop.Views
|
|||
|
||||
private void LstProfiles_DoubleTapped(object? sender, Avalonia.Input.TappedEventArgs e)
|
||||
{
|
||||
var source = e.Source as Border;
|
||||
if (source == null || source.Name != "CellBorder") return;
|
||||
if (_config.UiItem.DoubleClick2Activate)
|
||||
{
|
||||
ViewModel?.SetDefaultServer();
|
||||
|
|
Loading…
Reference in New Issue