mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Fix menu item title that's often wrong
This commit is contained in:
parent
c6d5b4e13c
commit
5667bca5df
@ -452,7 +452,7 @@ define(function(require, exports, module) {
|
||||
var mnuSettings = tree.getElement("mnuFilesSettings");
|
||||
ui.insertByIndex(mnuSettings, new ui.item({
|
||||
type: "check",
|
||||
caption: realRoot ? "Show Root File System" : "Show Workspace Directory",
|
||||
caption: "Show Workspace Root",
|
||||
checked: "state/projecttree/@showfs",
|
||||
onclick: function(e) {
|
||||
toggleRootFS();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user