Also copy original images

This commit is contained in:
2024-09-26 00:02:51 +02:00
parent fa2e3c144a
commit 5d5dbbec74
4 changed files with 14 additions and 1 deletions

View File

@@ -18,6 +18,9 @@ evalFunctionIO f x = case (f, x) of
(SaveFile, Tuple (String _, String _)) ->
pure $ Empty
(CopyFile, Tuple (String _, String _)) ->
pure $ Empty
(MakeDir, String _) ->
pure $ Empty