We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 906588d + b936910 commit d307086Copy full SHA for d307086
1 file changed
apps/desktop/src/components/settings/LanesAndBranchesSettings.svelte
@@ -82,16 +82,6 @@
82
83
<CardGroup>
84
<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
94
- </CardGroup.Item> -->
95
<CardGroup.Item labelFor="stage-all">
96
{#snippet title()}
97
Auto-select all assigned files
0 commit comments