feat(mobile): use custom icon for configure launchbar

This commit is contained in:
Elian Doran
2025-01-04 22:00:39 +02:00
parent fa6d229ecf
commit 6966f92339
3 changed files with 5 additions and 3 deletions

View File

@@ -156,7 +156,7 @@ const TPL = `
</li>
<li class="dropdown-item" data-trigger-command="showLaunchBarSubtree">
<span class="bx bx-sidebar"></span>
<span class="bx ${utils.isMobile() ? "bx-mobile" : "bx-sidebar"}"></span>
${t('global_menu.configure_launchbar')}
</li>