Add support file open to blog and pers-prpps
This commit is contained in:
parent
b8eda48aa7
commit
b5cde34178
@ -153,10 +153,12 @@ class Finder{
|
||||
case "directory":
|
||||
WebDesktopEnvironment.Open("finder", [`${this.path}/${fileName}`]) //FIXME this.path is shared for all windows
|
||||
break
|
||||
case "blog-page":
|
||||
case "blog":
|
||||
WebDesktopEnvironment.Open("blog-viewer", [`${this.path}/${fileName}`])
|
||||
break
|
||||
|
||||
case "personal-properties":
|
||||
WebDesktopEnvironment.Open("personal-properties", [`${this.path}/${fileName}`])
|
||||
break
|
||||
// case "app":
|
||||
// //TODO get real id
|
||||
// WebDesktopEnvironment.Open("personal-properties", [])
|
||||
|
Loading…
Reference in New Issue
Block a user