File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -725,7 +725,6 @@ export class Core {
725725 dataForPopup . proxyProfiles = ProfileOperations . getSmartProfileBaseList ( settings . proxyProfiles ) ;
726726 dataForPopup . activeProfileId = settings . activeProfileId ;
727727 dataForPopup . activeIncognitoProfileId = settings . options . activeIncognitoProfileId ;
728- dataForPopup . hasProxyServers = settings . proxyServers . length > 0 ;
729728 dataForPopup . proxyServers = settings . proxyServers ;
730729 dataForPopup . currentProxyServerId =
731730 ( settingsActive . activeProfile ?. profileProxyServerId ) ||
@@ -734,6 +733,7 @@ export class Core {
734733 dataForPopup . currentTabId = null ;
735734 dataForPopup . currentTabIndex = null ;
736735 dataForPopup . proxyServersSubscribed = settingsOperationLib . getAllSubscribedProxyServers ( ) ;
736+ dataForPopup . hasProxyServers = settings . proxyServers . length > 0 || dataForPopup . proxyServersSubscribed ?. length > 0 ;
737737 dataForPopup . updateInfo = settings . updateInfo ;
738738 dataForPopup . failedRequests = null ;
739739 dataForPopup . notSupportedSetProxySettings = environment . notSupported . setProxySettings ;
You can’t perform that action at this time.
0 commit comments