[paste-web/sticky-notes] Hide Trending from menu



commit ee4100cfaf521b6f1a2d3f97a56b86290c499a93
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu Apr 30 11:45:10 2020 +0200

    Hide Trending from menu

 app/config/menus.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/config/menus.php b/app/config/menus.php
index 930dd7a8..3d839e3c 100755
--- a/app/config/menus.php
+++ b/app/config/menus.php
@@ -44,7 +44,7 @@ return array(
                'trending'          => array(
                        'label'         => 'global.trending',
                        'icon'          => 'fire',
-                       'visible'       => '!config.pasteVisibility=private|role.admin'
+                       'visible'       => 'role.admin'
                ),
 
                'user/profile'      => array(


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]