mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Disable clipboard restore, after moving a file
This commit is contained in:
parent
6680dc0c18
commit
e762497fba
@ -329,6 +329,7 @@ bool fileBrowse_paste(char path[PATH_MAX]) {
|
|||||||
fcopy(clipboard, destPath); // Copy file to destination, since renaming won't work
|
fcopy(clipboard, destPath); // Copy file to destination, since renaming won't work
|
||||||
remove(clipboard); // Delete source file after copying
|
remove(clipboard); // Delete source file after copying
|
||||||
}
|
}
|
||||||
|
clipboardUsed = false; // Disable clipboard restore
|
||||||
}
|
}
|
||||||
clipboardOn = false; // Clear clipboard after copying or moving
|
clipboardOn = false; // Clear clipboard after copying or moving
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user