Unverified Commit aa7d4a27 authored by yann300's avatar yann300 Committed by GitHub

warn that the sharedFolder changed

parent d15e2051
...@@ -15,6 +15,7 @@ module.exports = { ...@@ -15,6 +15,7 @@ module.exports = {
sharedFolder: function (sharedFolder, readOnly) { sharedFolder: function (sharedFolder, readOnly) {
this.sharedFolder = sharedFolder this.sharedFolder = sharedFolder
this.readOnly = readOnly this.readOnly = readOnly
this.websocket.send(message('rootFolderChanged', {}))
}, },
list: function (args, cb) { list: function (args, cb) {
......
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