Commit c3a86ad
fix: remove unused ExplorerMode type from electron/types.ts
The ExplorerMode type was defined in electron/types.ts but never imported
or used. The only active definition is in src/context/ModeContext.tsx.
This change removes the duplicate definition and updates
ConnectionProfile.preferredMode to use an inline union type.
Co-authored-by: Stepan Arsentjev <stepandel@users.noreply.github.com>1 parent 43709fd commit c3a86ad
1 file changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 53 | | |
59 | 54 | | |
60 | 55 | | |
| |||
82 | 77 | | |
83 | 78 | | |
84 | 79 | | |
85 | | - | |
| 80 | + | |
86 | 81 | | |
87 | 82 | | |
88 | 83 | | |
| |||
0 commit comments