Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
style: reorder command buttons in extension view title bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardo-rp committed Apr 15, 2024
1 parent 6bed90b commit 001c91a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@
"view/title": [
{
"command": "subgraphs.newQuery",
"group": "navigation",
"group": "navigation@1",
"when": "view == subgraphs"
},
{
"command": "subgraphs.Search",
"group": "navigation",
"command": "subgraphs.Load",
"group": "navigation@2",
"when": "view == subgraphs"
},
{
"command": "subgraphs.Load",
"group": "navigation",
"command": "subgraphs.Search",
"group": "navigation@3",
"when": "view == subgraphs"
}
],
Expand Down

0 comments on commit 001c91a

Please sign in to comment.