mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-08 16:13:56 +02:00
Fix build on Windows.
This commit is contained in:
parent
5a46bb1770
commit
67b6023b32
1 changed files with 1 additions and 1 deletions
|
@ -238,8 +238,8 @@ DragArea::Areas DragArea::SetupDragAreaToContainer(
|
||||||
updateDragAreas();
|
updateDragAreas();
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
.document = attachDragDocument,
|
||||||
.photo = attachDragPhoto,
|
.photo = attachDragPhoto,
|
||||||
.document = attachDragDocument
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue