diff --git a/CHANGELOG.md b/CHANGELOG.md index e7f6605..0c50218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/appinfo/info.xml b/appinfo/info.xml index 7ce5afb..392e3d6 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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) ]]> - 1.27.0 + 1.27.2 agpl Simon Vieille SideMenu diff --git a/css/sideMenu.css b/css/sideMenu.css index 466c678..e78ffa0 100644 --- a/css/sideMenu.css +++ b/css/sideMenu.css @@ -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); diff --git a/templates/settings/admin-form.php b/templates/settings/admin-form.php index 82196eb..0a21220 100644 --- a/templates/settings/admin-form.php +++ b/templates/settings/admin-form.php @@ -217,7 +217,7 @@ $choicesSizes = [

- t('This parameters are used when Dark theme or Breeze Dark Theme are enabled.')); ?> + t('This parameters are used when Dark theme or Breeze Dark Theme are enabled.'); ?>

@@ -469,7 +469,7 @@ $choicesSizes = [
-

t('The big menu is not compatible with AppOrder.')); ?>

+

t('The big menu is not compatible with AppOrder.'); ?>