Skip to content

Commit

Permalink
fix: window id
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Mar 26, 2024
1 parent 624af43 commit 89a3e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/layout/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
/>
</div>
<KAction
id ="toggle-right-pane-opener" label="Right window" :icon="windows.right.visible ? 'las la-toggle-on' : 'las la-toggle-off'" icon-right
id ="toggle-right-window" label="Right window" :icon="windows.right.visible ? 'las la-toggle-on' : 'las la-toggle-off'" icon-right
:handler="() => toggleWindow('right')"
/>
</div>
Expand All @@ -146,7 +146,7 @@
/>
</div>
<KAction
id ="toggle-bottom-pane"
id ="toggle-bottom-window"
label="Bottom window"
:icon="windows.bottom.visible ? 'las la-toggle-on' : 'las la-toggle-off'"
:handler="() => toggleWindow('bottom')"
Expand Down

0 comments on commit 89a3e3c

Please sign in to comment.