Merge branch 'develop'

This commit is contained in:
Simon Vieille 2021-10-21 20:06:41 +02:00
commit 3f590a97bc
4 changed files with 15 additions and 3 deletions

View file

@ -1,5 +1,13 @@
## [Unreleased]
## 1.27.2
### Fixed
- fix #62: hide app notification icon
## 1.27.1
### Fixed
- fix German translation render
## 1.27.0
### Added
- hide personal settings access when settings are forced by the administrator

View file

@ -26,7 +26,7 @@ If you like this application and if you want to support the development:
* [Donate with liberapay](https://liberapay.com/deblan)
* [Leave a comment](https://apps.nextcloud.com/apps/side_menu#comments)
]]></description>
<version>1.27.0</version>
<version>1.27.2</version>
<licence>agpl</licence>
<author mail="contact@deblan.fr" homepage="https://www.deblan.io/">Simon Vieille</author>
<namespace>SideMenu</namespace>

View file

@ -105,6 +105,10 @@
margin-top: -3px;
}
.side-menu-app-icon .app-icon-notification {
display: none;
}
.side-menu-app a {
line-height: 30px;
color: var(--side-menu-text-color, #fff);

View file

@ -217,7 +217,7 @@ $choicesSizes = [
</h2>
<p>
<?php p($l->t('This parameters are used when Dark theme or Breeze Dark Theme are enabled.')); ?>
<?php echo $l->t('This parameters are used when Dark theme or Breeze Dark Theme are enabled.'); ?>
</p>
<div class="side-menu-setting-table">
@ -469,7 +469,7 @@ $choicesSizes = [
</label>
</div>
<p><em><?php p($l->t('The big menu is not compatible with AppOrder.')); ?></em></p>
<p><em><?php echo $l->t('The big menu is not compatible with AppOrder.'); ?></em></p>
<p>
<img