fix: drag not working on windows

This commit is contained in:
Andrew Bastin
2023-12-18 01:14:28 +05:30
parent d3e04c59cc
commit 2f773bec79

View File

@@ -60,7 +60,8 @@
"resizable": true, "resizable": true,
"title": "Hoppscotch", "title": "Hoppscotch",
"width": 800, "width": 800,
"height": 600 "height": 600,
"fileDropEnabled": false
} }
] ]
} }