Skip to content

Commit d307086

Browse files
authored
Merge pull request #13244 from gitbutlerapp/pl-branch-8
refactor(settings): remove commented-out staging behavior card
2 parents 906588d + b936910 commit d307086

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

apps/desktop/src/components/settings/LanesAndBranchesSettings.svelte

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,6 @@
8282

8383
<CardGroup>
8484
<form class="stack-v" onchange={(e) => onStagingBehaviorFormChange(e.currentTarget)}>
85-
<!-- <CardGroup.Item>
86-
{#snippet title()}
87-
Commit staging behavior
88-
{/snippet}
89-
{#snippet caption()}
90-
Choose how files are pre-selected when you open the staging view for a branch. This only
91-
affects the default selection - you can always manually change which files are included in
92-
the commit.
93-
{/snippet}
94-
</CardGroup.Item> -->
9585
<CardGroup.Item labelFor="stage-all">
9686
{#snippet title()}
9787
Auto-select all assigned files

0 commit comments

Comments
 (0)