Skip to content

Commit 152f467

Browse files
committed
fix: settings button not visible
1 parent d237204 commit 152f467

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@
9696
"icon": "$(link-external)"
9797
},
9898
{
99-
"command": "roo-cline.accountButtonClicked",
99+
"command": "roo-otto.accountButtonClicked",
100100
"title": "Account",
101101
"icon": "$(account)",
102-
"when": "config.roo-cline.rooCodeCloudEnabled"
102+
"when": "config.roo-otto.rooCodeCloudEnabled"
103103
},
104104
{
105-
"command": "roo-cline.settingsButtonClicked",
105+
"command": "roo-otto.settingsButtonClicked",
106106
"title": "%command.settings.title%",
107107
"icon": "$(settings-gear)"
108108
},
@@ -235,14 +235,14 @@
235235
"when": "view == roo-otto.SidebarProvider"
236236
},
237237
{
238-
"command": "roo-cline.accountButtonClicked",
238+
"command": "roo-otto.accountButtonClicked",
239239
"group": "navigation@6",
240-
"when": "view == roo-cline.SidebarProvider && config.roo-cline.rooCodeCloudEnabled"
240+
"when": "view == roo-otto.SidebarProvider && config.roo-otto.rooCodeCloudEnabled"
241241
},
242242
{
243-
"command": "roo-cline.settingsButtonClicked",
243+
"command": "roo-otto.settingsButtonClicked",
244244
"group": "navigation@7",
245-
"when": "view == roo-cline.SidebarProvider"
245+
"when": "view == roo-otto.SidebarProvider"
246246
}
247247
],
248248
"editor/title": [
@@ -272,14 +272,14 @@
272272
"when": "activeWebviewPanelId == roo-otto.TabPanelProvider"
273273
},
274274
{
275-
"command": "roo-cline.accountButtonClicked",
275+
"command": "roo-otto.accountButtonClicked",
276276
"group": "navigation@6",
277-
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider && config.roo-cline.rooCodeCloudEnabled"
277+
"when": "activeWebviewPanelId == roo-otto.TabPanelProvider && config.roo-otto.rooCodeCloudEnabled"
278278
},
279279
{
280-
"command": "roo-cline.settingsButtonClicked",
280+
"command": "roo-otto.settingsButtonClicked",
281281
"group": "navigation@7",
282-
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
282+
"when": "activeWebviewPanelId == roo-otto.TabPanelProvider"
283283
}
284284
]
285285
},
@@ -325,7 +325,7 @@
325325
"default": "",
326326
"description": "%settings.customStoragePath.description%"
327327
},
328-
"roo-cline.rooCodeCloudEnabled": {
328+
"roo-otto.rooCodeCloudEnabled": {
329329
"type": "boolean",
330330
"default": false,
331331
"description": "%settings.rooCodeCloudEnabled.description%"

0 commit comments

Comments
 (0)