mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-03 18:42:00 +01:00
Fixed display conditions for notification settings
This commit is contained in:
parent
212cce2ed3
commit
fe013c9058
@ -192,28 +192,12 @@
|
|||||||
},
|
},
|
||||||
"notifications",
|
"notifications",
|
||||||
{
|
{
|
||||||
"name": "showNotifications",
|
"name": "showNotifications"
|
||||||
"displayDependencies": [
|
|
||||||
{
|
|
||||||
"blockMode": ["fakeReadout", "fakeInput"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"blockMode": ["askReadout", "ask"],
|
|
||||||
"askDenyMode": ["fake"]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "storeImageForInspection",
|
"name": "storeImageForInspection",
|
||||||
"displayDependencies": [
|
"displayDependencies": [
|
||||||
{
|
{
|
||||||
"blockMode": ["fakeReadout", "fakeInput"],
|
|
||||||
"showNotifications": [true],
|
|
||||||
"displayAdvancedSettings": [true]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"blockMode": ["askReadout", "ask"],
|
|
||||||
"askDenyMode": ["fake"],
|
|
||||||
"showNotifications": [true],
|
"showNotifications": [true],
|
||||||
"displayAdvancedSettings": [true]
|
"displayAdvancedSettings": [true]
|
||||||
}
|
}
|
||||||
@ -223,13 +207,6 @@
|
|||||||
"name": "ignoreList",
|
"name": "ignoreList",
|
||||||
"displayDependencies": [
|
"displayDependencies": [
|
||||||
{
|
{
|
||||||
"blockMode": ["fakeReadout", "fakeInput"],
|
|
||||||
"showNotifications": [true],
|
|
||||||
"displayAdvancedSettings": [true]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"blockMode": ["askReadout", "ask"],
|
|
||||||
"askDenyMode": ["fake"],
|
|
||||||
"showNotifications": [true],
|
"showNotifications": [true],
|
||||||
"displayAdvancedSettings": [true]
|
"displayAdvancedSettings": [true]
|
||||||
}
|
}
|
||||||
@ -246,12 +223,6 @@
|
|||||||
"name": "showCompleteCallingStack",
|
"name": "showCompleteCallingStack",
|
||||||
"displayDependencies": [
|
"displayDependencies": [
|
||||||
{
|
{
|
||||||
"blockMode": ["fakeReadout", "fakeInput"],
|
|
||||||
"showNotifications": [true],
|
|
||||||
"displayAdvancedSettings": [true]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"blockMode": ["askReadout", "ask"],
|
|
||||||
"displayAdvancedSettings": [true]
|
"displayAdvancedSettings": [true]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user