disable nav in options

This commit is contained in:
2021-11-23 14:49:38 +01:00
parent 4dbfe6f038
commit 28d97ced68
2 changed files with 11 additions and 10 deletions

View File

@@ -25,7 +25,7 @@
"scripts": ["./src/background/index.js"]
},
"options_ui": {
"page": "./src/dashboard/index.html#/options"
"page": "./src/dashboard/index.html#/options?nav=false"
},
"content_scripts": [
{