Commit d9ef7d1a authored by Grandschtroumpf's avatar Grandschtroumpf Committed by François

Rename to `isFromNative`

parent 34a9d996
...@@ -165,7 +165,7 @@ class FileManager extends Plugin { ...@@ -165,7 +165,7 @@ class FileManager extends Plugin {
toaster.hide() toaster.hide()
} }
if (this.currentRequest) { if (this.currentRequest) {
if (this.currentRequest.fromNative) { if (this.currentRequest.isFromNative) {
this._setFileInternal(path, content) this._setFileInternal(path, content)
return return
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment