Prevents matching of "Discord Updater".

Otherwise Discord matches too early and might break the layout
This commit is contained in:
RealStickman 2022-05-22 11:47:22 +02:00
parent 0282739fad
commit 806e404dd2

View File

@ -87,7 +87,8 @@
"swallows": [
{
"class": "^discord$",
"instance": "^discord$"
"instance": "^discord$",
"title": ".*Discord$"
}
],
"type": "con"