This commit is contained in:
hiddify-com
2024-05-31 17:20:48 +02:00
parent a9b317ed61
commit 0fdfd245ea

View File

@@ -168,7 +168,8 @@ public class ExtensionPlatformInterface: NSObject, LibboxPlatformInterfaceProtoc
}
public func includeAllNetworks() -> Bool {
#if !os(tvOS)
return SharedPreferences.includeAllNetworks.getBlocking()
// return SharedPreferences.includeAllNetworks.getBlocking()
return false
#else
return false
#endif