feat(tiling-exceptions): add exception for Slack huddle preview
This commit is contained in:
parent
0312f9a201
commit
5ca8cc2cdf
1 changed files with 1 additions and 1 deletions
|
|
@ -48,5 +48,5 @@
|
||||||
(appid: "zoom", titles: [".*"]),
|
(appid: "zoom", titles: [".*"]),
|
||||||
(appid: "Tor Browser", titles: [".*"]),
|
(appid: "Tor Browser", titles: [".*"]),
|
||||||
(appid: "^.*?action=join.*$", titles: [".*"]),
|
(appid: "^.*?action=join.*$", titles: [".*"]),
|
||||||
|
(appid: "^(slack|com.slack.Slack)", titles: ["^.*?(Huddle Preview).*"]),
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue