Only show "Clear container" if they are available

This commit is contained in:
kkapsner 2019-07-16 13:40:08 +02:00
parent 3861b29848
commit 4d7b9b981c
1 changed files with 4 additions and 1 deletions

View File

@ -96,7 +96,10 @@
}, },
{ {
"name": "clearPersistentRnd", "name": "clearPersistentRnd",
"actions": ["clearPersistentRnd", "clearPersistentRndForContainer"], "actions": [
"clearPersistentRnd",
browser.contextualIdentities? "clearPersistentRndForContainer": false
],
"displayDependencies": [ "displayDependencies": [
{ {
"blockMode": ["fake"], "blockMode": ["fake"],