Skip to content

Commit

Permalink
fix(completion): update icon for DATABASE command
Browse files Browse the repository at this point in the history
Changed the icon for the DATABASE command from ToolWindowDataView to ToolWindowHierarchy to better represent its functionality.
  • Loading branch information
phodal committed Jan 6, 2025
1 parent 4eee822 commit 1a364d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ enum class BuiltinCommand(
DATABASE(
"database",
"Read the content of a database, /database:query\n```sql\nSELECT * FROM table\n```",
AllIcons.Toolwindows.ToolWindowDataView,
AllIcons.Toolwindows.ToolWindowHierarchy,
true,
true
),
Expand Down

0 comments on commit 1a364d3

Please # to comment.