Bugfix + add fs_extractBisFile (to scripts)

This commit is contained in:
Such Meme, Many Skill
2020-04-05 17:07:11 +02:00
parent 6551930233
commit f95b6e399f
2 changed files with 15 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ void fileexplorer(const char *startpath, int type){
if (lastentry > 0 && lastentry == type)
clipboardhelper = 0;
if (clipboardhelper & OPERATIONMOVE)
clipboardhelper = 0;
lastentry = type;
fsreader_writecurpath(startpath);