Commit 9b788fd
authored
fix(eudic): ensure Eudic quick link icon is always shown when enabled (#960)
Removes the unreliable installation check for the Eudic application.
Previously, the quick link icon would not appear for users with certain versions of Eudic due to an incomplete list of bundle IDs. This change fixes that issue by removing the check entirely. The icon will now always be displayed if the user enables it in the settings, leaving the responsibility of having the app installed to the user.
The description for the corresponding setting has also been updated to remove the "(if installed)" text.1 parent 9039aed commit 9b788fd
File tree
2 files changed
+7
-9
lines changed- Easydict
- App
- objc/ViewController/View/Titlebar
2 files changed
+7
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8192 | 8192 | | |
8193 | 8193 | | |
8194 | 8194 | | |
8195 | | - | |
| 8195 | + | |
8196 | 8196 | | |
8197 | 8197 | | |
8198 | 8198 | | |
8199 | 8199 | | |
8200 | 8200 | | |
8201 | | - | |
| 8201 | + | |
8202 | 8202 | | |
8203 | 8203 | | |
8204 | 8204 | | |
8205 | 8205 | | |
8206 | 8206 | | |
8207 | | - | |
| 8207 | + | |
8208 | 8208 | | |
8209 | 8209 | | |
8210 | 8210 | | |
8211 | 8211 | | |
8212 | 8212 | | |
8213 | | - | |
| 8213 | + | |
8214 | 8214 | | |
8215 | 8215 | | |
8216 | 8216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
334 | 332 | | |
335 | 333 | | |
336 | 334 | | |
| |||
0 commit comments