Commit 8936d83
fix(settings): add showLineNumbers to SearchSettings and fix activityBarPosition reference (#343)
- Add showLineNumbers property to SearchSettings interface with default value true
- Fix MenuBar.tsx using activityBarLocation instead of activityBarPosition
- These changes prevent TypeScript errors and ensure settings components remain functional
Co-authored-by: Droid Agent <droid@factory.ai>1 parent 96b3a5d commit 8936d83
File tree
2 files changed
+5
-2
lines changed- cortex-gui/src
- components
- context
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| 292 | + | |
| 293 | + | |
292 | 294 | | |
293 | 295 | | |
294 | 296 | | |
| |||
768 | 770 | | |
769 | 771 | | |
770 | 772 | | |
| 773 | + | |
771 | 774 | | |
772 | 775 | | |
773 | 776 | | |
| |||
0 commit comments