making presentation type clearer

This commit is contained in:
Chris Cochrun 2022-09-24 13:35:36 -05:00
parent d52bbda181
commit 453ca7eefe
2 changed files with 3 additions and 3 deletions

View file

@ -843,7 +843,7 @@ Item {
onActiveChanged: {
if (presDragHandler.drag.active) {
dragItemTitle = title;
dragItemType = "pres";
dragItemType = "presentation";
dragItemText = "";
dragItemBackgroundType = "image";
dragItemBackground = filePath;