mirror of
https://github.com/hyprwm/hypridle.git
synced 2024-11-16 15:15:59 +01:00
dbus: Send response on uninhibit (#13)
This commit is contained in:
parent
c26683b60d
commit
da2624628b
1 changed files with 4 additions and 0 deletions
|
@ -401,6 +401,10 @@ void handleDbusScreensaver(sdbus::MethodCall call, bool inhibit) {
|
|||
reply.send();
|
||||
|
||||
Debug::log(LOG, "Cookie {} sent", cookieID - 1);
|
||||
} else {
|
||||
auto reply = call.createReply();
|
||||
reply.send();
|
||||
Debug::log(TRACE, "Uninhibit response sent");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue