Close IV when opening URL in the browser.

This commit is contained in:
John Preston 2024-03-14 14:26:00 +04:00
parent f6b9702b52
commit a118d3d848

View File

@ -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()) {