add Files package features

This commit is contained in:
Xuan Sang LE 2018-01-25 01:00:11 +01:00
parent 05ed5446f9
commit d70cef3e95

View File

@ -143,9 +143,6 @@ class Files extends this.OS.GUI.BaseApplication
file = @view.get "selectedFile"
return unless file
@openDialog "InfoDialog", null, file
when "#{@name}-mkdir"
console.log "mkdir"
@openDialog "PromptDialog", (d) -> console.log d
else
@_api.handler.setting()