apply force-s16 quirk also to teams-for-linux

This commit is contained in:
Julian van der Horst 2024-10-07 15:30:20 +02:00 committed by Wim Taymans
parent ffbcf853e6
commit d2df250e61

View file

@ -152,6 +152,7 @@ pulse.rules = [
matches = [ matches = [
{ application.process.binary = "teams" } { application.process.binary = "teams" }
{ application.process.binary = "teams-insiders" } { application.process.binary = "teams-insiders" }
{ application.process.binary = "teams-for-linux" }
{ application.process.binary = "skypeforlinux" } { application.process.binary = "skypeforlinux" }
] ]
actions = { quirks = [ force-s16-info ] } actions = { quirks = [ force-s16-info ] }