diff options
author | Griffin Smith <root@gws.fyi> | 2019-12-31T16·09-0500 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-12-31T16·09-0500 |
commit | ffc8e793d5ca8a73f8a6ec0f0a4f2efb2c98cf93 (patch) | |
tree | e30eba21619cf24ae222b6dbb3c7ab39fc4e927b /package.yaml | |
parent | 7e6234e2e9e1307cc61884e53d0457c022543894 (diff) |
Prompt before overwriting files when saving
When saving the game to a file that already exists, prompt for whether or not to overwrite the file. Since this was the first instance of a prompt triggered by another prompt, this also had to do a minor fix to swap the order of completing the prompt and clearing it, so that we don't submit the prompt and then immediately clear it.
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index 32a402f3fdad..8d761b58e055 100644 --- a/package.yaml +++ b/package.yaml @@ -30,6 +30,7 @@ dependencies: - containers - data-default - deepseq +- directory - fgl - fgl-arbitrary - file-embed |