Prevents matching of "Discord Updater".
Otherwise Discord matches too early and might break the layout
This commit is contained in:
parent
0282739fad
commit
806e404dd2
@ -87,7 +87,8 @@
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^discord$",
|
||||
"instance": "^discord$"
|
||||
"instance": "^discord$",
|
||||
"title": ".*Discord$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
|
Loading…
Reference in New Issue
Block a user