mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-04 15:53:30 +03:00
chore: update label for stashed context menu item to "Unapplied"
This commit is contained in:
parent
331dfe8efe
commit
89b0384f48
@ -28,7 +28,7 @@
|
||||
<Checkbox small bind:checked={$includeRemote} slot="control" />
|
||||
</ContextMenuItem>
|
||||
|
||||
<ContextMenuItem label="Stashed" on:click={() => ($includeStashed = !$includeStashed)}>
|
||||
<ContextMenuItem label="Unapplied" on:click={() => ($includeStashed = !$includeStashed)}>
|
||||
<Checkbox small bind:checked={$includeStashed} slot="control" />
|
||||
</ContextMenuItem>
|
||||
</ContextMenuSection>
|
||||
|
Loading…
Reference in New Issue
Block a user