From 1e85913d1f7b29f3a900808596e2178e40af1892 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Fri, 4 Oct 2019 07:30:57 -0700 Subject: [PATCH] add query variant to hide toolbar (#2458) --- pxtarget.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pxtarget.json b/pxtarget.json index f48f1beb..c7cbf2ab 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -471,5 +471,12 @@ "simGifMaxFrames": 44, "simScreenshotMaxUriLength": 300000, "importExtensionFiles": true + }, + "queryVariants": { + "hidemenu": { + "appTheme": { + "hideMenuBar": true + } + } } -} +} \ No newline at end of file