Update lib/naughty/notification.lua

Co-authored-by: Aire-One <aireone@aireone.xyz>
This commit is contained in:
Emmanuel Lepage Vallée 2021-10-14 20:51:31 -07:00 committed by GitHub
parent 187b766cbe
commit 5f29d6d056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ function notification:set_id(new_id)
self:emit_signal("property::id", new_id)
end
-- Return true is `self` is suspended.
-- Return true if `self` is suspended.
local function get_suspended(self)
return naughty.suspended and (not self._private.ignore_suspend)
end