diff --git a/client-src/index.js b/client-src/index.js index 9eee2a3..89362b0 100644 --- a/client-src/index.js +++ b/client-src/index.js @@ -192,7 +192,7 @@ if (parsedResourceQuery.overlay) { decodeOverlayOptions(options.overlay); } - enabledFeatures.Overlay = true; + enabledFeatures.Overlay = options.overlay !== false; } if (parsedResourceQuery.logging) {