mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Clear clipboard after copying or moving
This commit is contained in:
parent
f6bc3a24ef
commit
8f88fbfc4b
@ -317,6 +317,7 @@ bool fileBrowse_paste(void) {
|
|||||||
printf("Moving...");
|
printf("Moving...");
|
||||||
rename(clipboard, destPath);
|
rename(clipboard, destPath);
|
||||||
}
|
}
|
||||||
|
clipboardOn = false; // Clear clipboard after copying or moving
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (pressed & KEY_B) {
|
if (pressed & KEY_B) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user