mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Return after throwing access denied error
This commit is contained in:
parent
d9ea4f31ca
commit
ae70dfb1f4
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ void GtkIntegration::Private::handleMethodCall(
|
|||
"Access denied.");
|
||||
|
||||
invocation->return_error(error);
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue