Clear clipboard after copying or moving

This commit is contained in:
RocketRobz 2018-10-07 12:06:55 -06:00
parent f6bc3a24ef
commit 8f88fbfc4b

View File

@ -317,6 +317,7 @@ bool fileBrowse_paste(void) {
printf("Moving...");
rename(clipboard, destPath);
}
clipboardOn = false; // Clear clipboard after copying or moving
return true;
}
if (pressed & KEY_B) {