don't forget to reset the clipboard helper

This commit is contained in:
Such Meme, Many Skill
2020-04-05 00:33:12 +02:00
parent 070f9c676d
commit 03df13f34c
2 changed files with 1 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ void fileexplorer(const char *startpath, int type){
copyfolder(clipboard, currentpath);
else
copyfile(clipboard, currentpath);
clipboardhelper = 0;
break;
case FILEMENU_CURFOLDER: