mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 20:54:50 +03:00
revert BranchLaneContents removal in settings
This commit is contained in:
parent
2dc631e16e
commit
ce3e718d29
@ -246,4 +246,19 @@
|
||||
</svelte:fragment>
|
||||
</SectionCard>
|
||||
</form>
|
||||
|
||||
<SectionCard labelFor="branchLaneContents" orientation="row">
|
||||
<svelte:fragment slot="title">Auto-highlight Branch Lane Contents</svelte:fragment>
|
||||
<svelte:fragment slot="caption">
|
||||
An experimental UI toggle to highlight the contents of the branch lane input fields when
|
||||
clicking into them.
|
||||
</svelte:fragment>
|
||||
<svelte:fragment slot="actions">
|
||||
<Toggle
|
||||
id="branchLaneContents"
|
||||
checked={$autoSelectBranchNameFeature}
|
||||
on:click={() => ($autoSelectBranchNameFeature = !$autoSelectBranchNameFeature)}
|
||||
/>
|
||||
</svelte:fragment>
|
||||
</SectionCard>
|
||||
</SettingsPage>
|
||||
|
Loading…
Reference in New Issue
Block a user