This commit is contained in:
Simon Vieille 2022-07-05 16:52:03 +02:00 committed by Gitea
parent 4ea6c5b191
commit f6c40d9391
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ You can report a bug or request a feature by opening an issue.
Requirements:
* PHP >= 7.3
* PHP >= 7.4
* App `theming` enabled
If you like this application and if you want to support the development:

View file

@ -880,7 +880,7 @@ $choicesSizes = [
<a class="side-menu-toggler" data-target="#apps-categories-custom-list" href="#_">
🖱️ <?php p($l->t('Show and hide the list of applications')); ?>
</a>
-to
<div id="apps-categories-custom-list" style="display: none">
<ul class="side-menu-setting-list">
<?php foreach ($_['apps'] as $app): ?>