Also copy original images
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user