From 377834e0ff78dc82302c51528d3d4b719f242ca5 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Mon, 12 Mar 2018 23:36:39 +0100 Subject: [PATCH] fix setting error --- src/core/settings.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/settings.coffee b/src/core/settings.coffee index 8de3a47..de1f85b 100644 --- a/src/core/settings.coffee +++ b/src/core/settings.coffee @@ -16,7 +16,7 @@ #TODO: multi app try to write to this object, it neet to be cloned { text: "__(Applications)", path: 'app://', iconclass: "fa fa-adn", type: "app" }, { text: "__(Home)", path: 'home://', iconclass: "fa fa-home", type: "fs" }, - { text: "__Desktop)", path: _OS.setting.desktop.path , iconclass: "fa fa-desktop", type: "fs" }, + { text: "__(Desktop)", path: _OS.setting.desktop.path , iconclass: "fa fa-desktop", type: "fs" }, { text: "__(OS)", path: 'os://', iconclass: "fa fa-inbox", type: "fs" }, { text: "__(Google Drive)", path: 'gdv://', iconclass: "fa fa-inbox", type: "fs" }, { text: "__(Shared)", path: 'shared://' , iconclass: "fa fa-share-square", type: "fs" }