mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-02-23 03:33:57 +11:00
service/greetd: always send responses
This commit is contained in:
parent
3e32ae595f
commit
f12f0e7c7d
2 changed files with 5 additions and 0 deletions
|
|
@ -225,6 +225,10 @@ void GreetdConnection::onSocketReady() {
|
|||
|
||||
this->mResponseRequired = responseRequired;
|
||||
emit this->authMessage(message, error, responseRequired, echoResponse);
|
||||
|
||||
if (!responseRequired) {
|
||||
this->sendRequest({{"type", "post_auth_message_response"}});
|
||||
}
|
||||
} else goto unexpected;
|
||||
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue