Loading patches/003-contact-search-removal.patch +3 −3 Original line number Diff line number Diff line Loading @@ -5,10 +5,10 @@ Subject: [PATCH] remove user search icon in header tab This patch removes the top right icon enabling the global user search function available to all in nextcloud. diff --git layout.user.php layout.user.php-new --- ./core/templates/layout.user.php 2023-03-28 14:54:05.873566570 +0530 +++ ./core/templates/layout.user-new.php 2023-03-28 14:54:35.044218831 +0530 --- ./core/templates/layout.user.php 2026-03-23 17:46:38.739003512 +0600 +++ ./core/templates/layout.user-new.php 2026-03-24 10:20:10.404364930 +0600 @@ -76,7 +76,6 @@ <div class="header-right"> <div class="header-end"> <div id="unified-search"></div> <div id="notifications"></div> - <div id="contactsmenu"></div> Loading Loading
patches/003-contact-search-removal.patch +3 −3 Original line number Diff line number Diff line Loading @@ -5,10 +5,10 @@ Subject: [PATCH] remove user search icon in header tab This patch removes the top right icon enabling the global user search function available to all in nextcloud. diff --git layout.user.php layout.user.php-new --- ./core/templates/layout.user.php 2023-03-28 14:54:05.873566570 +0530 +++ ./core/templates/layout.user-new.php 2023-03-28 14:54:35.044218831 +0530 --- ./core/templates/layout.user.php 2026-03-23 17:46:38.739003512 +0600 +++ ./core/templates/layout.user-new.php 2026-03-24 10:20:10.404364930 +0600 @@ -76,7 +76,6 @@ <div class="header-right"> <div class="header-end"> <div id="unified-search"></div> <div id="notifications"></div> - <div id="contactsmenu"></div> Loading