fix issue about externalWidget launchapp (#2698)

This commit is contained in:
Alaskra
2022-06-30 06:59:57 +08:00
committed by GitHub
parent a8c7763d46
commit 44b19a90e1
4 changed files with 22 additions and 9 deletions

View File

@@ -1200,6 +1200,7 @@ void CaptureWidget::handleToolSignal(CaptureTool::Request r)
w->setAttribute(Qt::WA_DeleteOnClose);
w->activateWindow();
w->show();
Flameshot::instance()->setExternalWidget(true);
}
break;
case CaptureTool::REQ_INCREASE_TOOL_SIZE: