mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-17 19:19:23 +01:00
Add #540
This commit is contained in:
parent
1dd2613ff0
commit
5675a80a17
@ -582,6 +582,13 @@ const Home = () => {
|
||||
onDragOver={(e) => handleDragOver(e)}
|
||||
onDragEnter={(e) => handleDragEnter(e)}
|
||||
onDragLeave={(e) => handleDragLeave(e)}
|
||||
onDoubleClick={() => {
|
||||
if (batchMode) {
|
||||
selectFolderHandler();
|
||||
} else {
|
||||
selectImageHandler();
|
||||
}
|
||||
}}
|
||||
onPaste={(e) => handlePaste(e)}>
|
||||
{window.electron.platform === "mac" && (
|
||||
<div className="absolute top-0 w-full h-8 mac-titlebar"></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user