arrange fix

This commit is contained in:
Jan Prochazka
2022-08-28 08:09:54 +02:00
parent 894a864110
commit 0813f4387d
3 changed files with 25 additions and 22 deletions

View File

@@ -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" />