Rename to `isFromNative`

pull/1/head
Grandschtroumpf 5 years ago committed by François
parent 34a9d99631
commit d9ef7d1ad2
  1. 2
      src/app/files/fileManager.js

@ -165,7 +165,7 @@ class FileManager extends Plugin {
toaster.hide()
}
if (this.currentRequest) {
if (this.currentRequest.fromNative) {
if (this.currentRequest.isFromNative) {
this._setFileInternal(path, content)
return
}

Loading…
Cancel
Save