mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
NOISSUE accept URL drop events in GroiupView
This commit is contained in:
parent
3f24c4cfe5
commit
d25a7ad3a6
1 changed files with 1 additions and 0 deletions
|
|
@ -572,6 +572,7 @@ void GroupView::dropEvent(QDropEvent *event)
|
|||
if (mimedata->hasUrls())
|
||||
{
|
||||
auto urls = mimedata->urls();
|
||||
event->accept();
|
||||
emit droppedURLs(urls);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue