File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
CodeEditModules/Modules/AppPreferences/src/Sections/GeneralPreferences Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 </dict >
4646 </array >
4747 <key >GitHash </key >
48- <string >37eef76904b3c176c2b75d35534edc1c871acceb </string >
48+ <string >11fa88262a060bae415c329854b4f4e82f40c563 </string >
4949</dict >
5050</plist >
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ private extension GeneralPreferencesView {
193193 }
194194
195195 var openInCodeEditToggle : some View {
196- PreferencesSection ( " Finder Context Menu: " , hideLabels: false ) {
196+ PreferencesSection ( " Finder Context Menu " , hideLabels: false ) {
197197 Toggle ( " Show “Open With CodeEdit” option " , isOn: $openInCodeEdit)
198198 . toggleStyle ( . checkbox)
199199 . onChange ( of: openInCodeEdit) { newValue in
You can’t perform that action at this time.
0 commit comments