From 5f29d6d056b445d2865256be86b991873521e134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Lepage=20Vall=C3=A9e?= Date: Thu, 14 Oct 2021 20:51:31 -0700 Subject: [PATCH] Update lib/naughty/notification.lua Co-authored-by: Aire-One --- lib/naughty/notification.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/naughty/notification.lua b/lib/naughty/notification.lua index c25c41a5e..09623b033 100644 --- a/lib/naughty/notification.lua +++ b/lib/naughty/notification.lua @@ -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