File tree Expand file tree Collapse file tree 1 file changed +24
-19
lines changed
apps/desktop/src/components/profileSettings Expand file tree Collapse file tree 1 file changed +24
-19
lines changed Original file line number Diff line number Diff line change 70
70
{/ snippet }
71
71
</SectionCard >
72
72
73
- <SectionCard labelFor ="single-branch" roundedTop ={false } orientation =" row" >
74
- {#snippet title ()}
75
- Single-branch mode
76
- {/ snippet }
77
- {#snippet caption ()}
78
- Stay in the workspace view when leaving the gitbutler/workspace branch.
79
- {/ snippet }
80
- {#snippet actions ()}
81
- <Toggle
82
- id =" rules"
83
- checked ={$settingsStore ?.featureFlags .singleBranch }
84
- onclick ={() =>
85
- settingsService .updateFeatureFlags ({
86
- singleBranch: ! $settingsStore ?.featureFlags .singleBranch
87
- })}
88
- />
89
- {/ snippet }
90
- </SectionCard >
91
-
92
73
{#if $user ?.role === ' admin' }
93
74
<Spacer margin ={20 } />
94
75
{#if $settingsStore ?.featureFlags .actions }
110
91
</SectionCard >
111
92
{/if }
112
93
94
+ <SectionCard
95
+ labelFor =" single-branch"
96
+ roundedTop ={false }
97
+ roundedBottom ={false }
98
+ orientation =" row"
99
+ >
100
+ {#snippet title ()}
101
+ Single-branch mode
102
+ {/ snippet }
103
+ {#snippet caption ()}
104
+ Stay in the workspace view when leaving the gitbutler/workspace branch.
105
+ {/ snippet }
106
+ {#snippet actions ()}
107
+ <Toggle
108
+ id =" rules"
109
+ checked ={$settingsStore ?.featureFlags .singleBranch }
110
+ onclick ={() =>
111
+ settingsService .updateFeatureFlags ({
112
+ singleBranch: ! $settingsStore ?.featureFlags .singleBranch
113
+ })}
114
+ />
115
+ {/ snippet }
116
+ </SectionCard >
117
+
113
118
<SectionCard labelFor ="codegen" roundedTop ={false } roundedBottom ={false } orientation =" row" >
114
119
{#snippet title ()}
115
120
Codegen (Claude Code)
You can’t perform that action at this time.
0 commit comments