Skip to content

Commit 9780c9d

Browse files
committed
feat: adjust menu button visibility - move History to navigation bar, Settings to overflow
1 parent 465dd5b commit 9780c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@
225225
},
226226
{
227227
"command": "roo-cline.settingsButtonClicked",
228-
"group": "navigation@3",
229228
"when": "view == roo-cline.SidebarProvider"
230229
},
231230
{
@@ -234,6 +233,7 @@
234233
},
235234
{
236235
"command": "roo-cline.historyButtonClicked",
236+
"group": "navigation@3",
237237
"when": "view == roo-cline.SidebarProvider"
238238
},
239239
{
@@ -258,7 +258,6 @@
258258
},
259259
{
260260
"command": "roo-cline.settingsButtonClicked",
261-
"group": "navigation@3",
262261
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
263262
},
264263
{
@@ -267,6 +266,7 @@
267266
},
268267
{
269268
"command": "roo-cline.historyButtonClicked",
269+
"group": "navigation@3",
270270
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
271271
},
272272
{

0 commit comments

Comments
 (0)