mirror of
https://github.com/He4eT/cheap-glkote.git
synced 2026-05-05 08:57:25 +00:00
Add special processing of saved files
This commit is contained in:
parent
2ff042e58f
commit
5f4a64422e
1 changed files with 5 additions and 1 deletions
|
|
@ -9,7 +9,11 @@ class FakeDialog {
|
|||
this.handlers = handlers
|
||||
}
|
||||
|
||||
file_ref_exists = ref => false
|
||||
file_ref_exists({ usage }) {
|
||||
return usage === 'save'
|
||||
? true
|
||||
: false
|
||||
}
|
||||
|
||||
file_construct_ref(filename, usage, gameid) {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue