* Loads all sidebar apps.
()
| 86 | * Loads all sidebar apps. |
| 87 | */ |
| 88 | async function loadApps() { |
| 89 | add(...(await import("./files")).default); |
| 90 | add(...(await import("./searchInFiles")).default); |
| 91 | add(...(await import("./extensions")).default); |
| 92 | add(...(await import("./notification")).default); |
| 93 | setSponsorSidebarAppVisibility(appSettings.value.showSponsorSidebarApp); |
| 94 | } |
| 95 | |
| 96 | /** |
| 97 | * Adds or removes the sponsor icon in sidebar based on settings. |
nothing calls this directly
no test coverage detected