mirror of
https://github.com/2dust/v2rayN.git
synced 2026-08-06 15:22:07 +03:00
The first letter of the guiconfig attribute must be capitalized.
This commit is contained in:
@@ -265,7 +265,7 @@ namespace ServiceLib.ViewModels
|
||||
try
|
||||
{
|
||||
Locator.Current.GetService<StatusBarViewModel>()?.UpdateStatistics(update);
|
||||
if ((update.proxyUp + update.proxyDown) > 0 && DateTime.Now.Second % 3 == 0)
|
||||
if ((update.ProxyUp + update.ProxyDown) > 0 && DateTime.Now.Second % 3 == 0)
|
||||
{
|
||||
Locator.Current.GetService<ProfilesViewModel>()?.UpdateStatistics(update);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user