diff --git a/src/feature/featurelist.h b/src/feature/featurelist.h index 945fef472a..8046a7f5e9 100644 --- a/src/feature/featurelist.h +++ b/src/feature/featurelist.h @@ -241,10 +241,11 @@ FEATURE(localProxy, // Feature ID byPlatform({ .windows = true, .gnu_linux = true, - }), // Can be flipped on - FeatureCallback_true, // Can be flipped off - QStringList("splitTunnel"), // feature dependencies - FeatureCallback_inStaging) + }), // Can be flipped on + FeatureCallback_true, // Can be flipped off + QStringList(), // feature dependencies + byPlatform({ // default value + .windows = true})) FEATURE(webExtension, // Feature ID "webExtension", // Feature name