feat: adjust menu button visibility - move History to navigation bar, Settings to overflow

This commit is contained in:
hannesrudolph 2025-07-08 16:41:20 -06:00
parent 465dd5bad9
commit 9780c9d0dc

View file

@ -225,7 +225,6 @@
},
{
"command": "roo-cline.settingsButtonClicked",
"group": "navigation@3",
"when": "view == roo-cline.SidebarProvider"
},
{
@ -234,6 +233,7 @@
},
{
"command": "roo-cline.historyButtonClicked",
"group": "navigation@3",
"when": "view == roo-cline.SidebarProvider"
},
{
@ -258,7 +258,6 @@
},
{
"command": "roo-cline.settingsButtonClicked",
"group": "navigation@3",
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
},
{
@ -267,6 +266,7 @@
},
{
"command": "roo-cline.historyButtonClicked",
"group": "navigation@3",
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
},
{