mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 05:37:45 +00:00
Return after throwing access denied error
This commit is contained in:
parent
d9ea4f31ca
commit
ae70dfb1f4
@ -173,6 +173,7 @@ void GtkIntegration::Private::handleMethodCall(
|
||||
"Access denied.");
|
||||
|
||||
invocation->return_error(error);
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user