From bd5a8ba3fb8b8bbcf16f73231db3701a3973da81 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 9 Jun 2020 11:05:37 +0200 Subject: [PATCH] Remove the (not working) option to rename a pad in an anonymous drive --- www/common/drive-ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index 8c8d7f5f1..f12bf665b 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -1315,6 +1315,7 @@ define([ if (!APP.loggedIn) { hide.push('openparent'); + hide.push('rename'); } filter = function ($el, className) {