mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 17:06:01 +00:00
arrange fix
This commit is contained in:
@@ -134,7 +134,10 @@
|
||||
/>
|
||||
|
||||
<svelte:fragment slot="toolstrip">
|
||||
<ToolStripCommandButton command="perspective.arrange" />
|
||||
<ToolStripCommandButton
|
||||
command="designer.arrange"
|
||||
buttonLabel={$modelState.value?.isArranged ? '(Arranged)' : 'Arrange'}
|
||||
/>
|
||||
<ToolStripCommandButton command="perspective.refresh" />
|
||||
<ToolStripCommandButton command="perspective.customJoin" />
|
||||
<ToolStripSaveButton idPrefix="perspective" />
|
||||
|
||||
Reference in New Issue
Block a user