mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-27 09:48:21 +01:00
add Files package features
This commit is contained in:
parent
05ed5446f9
commit
d70cef3e95
@ -143,9 +143,6 @@ class Files extends this.OS.GUI.BaseApplication
|
|||||||
file = @view.get "selectedFile"
|
file = @view.get "selectedFile"
|
||||||
return unless file
|
return unless file
|
||||||
@openDialog "InfoDialog", null, file
|
@openDialog "InfoDialog", null, file
|
||||||
when "#{@name}-mkdir"
|
|
||||||
console.log "mkdir"
|
|
||||||
@openDialog "PromptDialog", (d) -> console.log d
|
|
||||||
else
|
else
|
||||||
@_api.handler.setting()
|
@_api.handler.setting()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user