fix issue about externalWidget launchapp (#2698)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user