Commit a01fb96
committed
fix: prevent opening system default app when only shared config exists
When a file has no specific extension config but has __ALL__ shared config,
the system default app should not be opened. This fixes the issue where both
the system default app and the configured app in shared config were opened.
Fixes #691 parent 1b9936d commit a01fb96
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
128 | | - | |
129 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
130 | 133 | | |
| 134 | + | |
| 135 | + | |
131 | 136 | | |
132 | 137 | | |
133 | | - | |
134 | 138 | | |
135 | 139 | | |
136 | 140 | | |
| |||
0 commit comments