making presentation type clearer
This commit is contained in:
parent
d52bbda181
commit
453ca7eefe
2 changed files with 3 additions and 3 deletions
|
@ -843,7 +843,7 @@ Item {
|
|||
onActiveChanged: {
|
||||
if (presDragHandler.drag.active) {
|
||||
dragItemTitle = title;
|
||||
dragItemType = "pres";
|
||||
dragItemType = "presentation";
|
||||
dragItemText = "";
|
||||
dragItemBackgroundType = "image";
|
||||
dragItemBackground = filePath;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue