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 {
toaster.hide()
}
if (this.currentRequest) {
if (this.currentRequest.fromNative) {
if (this.currentRequest.isFromNative) {
this._setFileInternal(path, content)
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