-

${msg("My applications")}

+

+ ${msg("My applications")} +

${this.uiConfig.searchEnabled ? this.renderSearch() : html``}
@@ -144,7 +146,7 @@ export class LibraryPage extends AKElement { this.apps, html`${this.filteredApps.find(appHasLaunchUrl) ? this.renderApps() - : this.renderEmptyState()}`, + : this.renderEmptyState()}` )}