Add patch to fix #8276
This commit is contained in:
23
patches/0001-fix-automatic-connection.patch
Normal file
23
patches/0001-fix-automatic-connection.patch
Normal file
@@ -0,0 +1,23 @@
|
||||
From a6af95e083262509c48deca95ddc83ee5ff66334 Mon Sep 17 00:00:00 2001
|
||||
From: 2dust <31833384+2dust@users.noreply.github.com>
|
||||
Date: Sat, 8 Nov 2025 20:10:20 +0800
|
||||
Subject: [PATCH] Bug fix
|
||||
|
||||
https://github.com/2dust/v2rayN/issues/8276
|
||||
---
|
||||
v2rayN/ServiceLib/ViewModels/MainWindowViewModel.cs | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/v2rayN/ServiceLib/ViewModels/MainWindowViewModel.cs b/v2rayN/ServiceLib/ViewModels/MainWindowViewModel.cs
|
||||
index ad91fa02556..74271149b95 100644
|
||||
--- a/v2rayN/ServiceLib/ViewModels/MainWindowViewModel.cs
|
||||
+++ b/v2rayN/ServiceLib/ViewModels/MainWindowViewModel.cs
|
||||
@@ -268,7 +268,7 @@ private async Task Init()
|
||||
}
|
||||
await RefreshServers();
|
||||
|
||||
- SetReloadEnabled(true);
|
||||
+ BlReloadEnabled = true;
|
||||
await Reload();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user