Skip to content
Snippets Groups Projects
Commit 58977f30 authored by luyikei's avatar luyikei
Browse files

Timeline: Show appropriate remove clip dialogs

parent 20c03ca8
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,10 @@ Menu {
text: "Delete"
onTriggered: {
removeClipDialog.visible = true;
if ( selectedClips.length > 0 )
removeSelectedClipsDialog.visible = true;
else
removeClipDialog.visible = true;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment