- [GUI] Update drag&drop effects.

This commit is contained in:
Razmoth
2024-02-10 08:08:35 +04:00
parent 7e595e206a
commit 5db1b59090

View File

@@ -185,7 +185,7 @@ namespace AssetStudio.GUI
{ {
if (e.Data.GetDataPresent(DataFormats.FileDrop)) if (e.Data.GetDataPresent(DataFormats.FileDrop))
{ {
e.Effect = DragDropEffects.Move; e.Effect = DragDropEffects.Copy;
} }
} }