mirror of
https://github.com/elementary/gala.git
synced 2024-11-23 20:07:21 +03:00
notfiy: The hint is actually called "suppress-sound"
This commit is contained in:
parent
9e5cf6d3f8
commit
934bfb88ec
@ -412,7 +412,7 @@ namespace Gala.Plugins.Notify
|
||||
Variant? variant = null;
|
||||
|
||||
// Are we suppose to play a sound at all?
|
||||
if ((variant = hints.lookup ("supress-sound")) != null
|
||||
if ((variant = hints.lookup ("suppress-sound")) != null
|
||||
&& variant.get_boolean ())
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user