mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Close IV when opening URL in the browser.
This commit is contained in:
parent
f6b9702b52
commit
a118d3d848
1 changed files with 1 additions and 0 deletions
|
@ -833,6 +833,7 @@ void Instance::show(
|
|||
break;
|
||||
case Type::OpenLinkExternal:
|
||||
QDesktopServices::openUrl(event.url);
|
||||
closeAll();
|
||||
break;
|
||||
case Type::OpenMedia:
|
||||
if (const auto window = Core::App().activeWindow()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue