mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 22:57:11 +02:00
Fixed non focused window when process credits payment from web view bot.
This commit is contained in:
parent
2d20e7a9e2
commit
6a69447d90
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ Fn<void(NonPanelPaymentForm)> ProcessNonPanelPaymentFormFactory(
|
|||
controller->content().get(),
|
||||
form,
|
||||
maybeReturnToBot);
|
||||
controller->window().activate();
|
||||
}, [&](const CreditsReceiptPtr &receipt) {
|
||||
ProcessCreditsReceipt(controller, receipt, maybeReturnToBot);
|
||||
}, [](RealFormPresentedNotification) {});
|
||||
|
|
Loading…
Add table
Reference in a new issue