add query variant to hide toolbar (#2458)

This commit is contained in:
Peli de Halleux 2019-10-04 07:30:57 -07:00 committed by GitHub
parent 10aeeaabf4
commit 1e85913d1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -471,5 +471,12 @@
"simGifMaxFrames": 44, "simGifMaxFrames": 44,
"simScreenshotMaxUriLength": 300000, "simScreenshotMaxUriLength": 300000,
"importExtensionFiles": true "importExtensionFiles": true
},
"queryVariants": {
"hidemenu": {
"appTheme": {
"hideMenuBar": true
}
}
} }
} }