From 7ca92526e77270d59cb7000fbd3d56b797682c66 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 10 Feb 2020 11:17:01 +0100 Subject: [PATCH] Remove 'Owned pads' category from the drive --- www/common/drive-ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index 51f3c015d..8bf50bb3b 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -587,7 +587,7 @@ define([ var displayedCategories = [ROOT, TRASH, SEARCH, RECENT]; // PCS enabled: display owned pads - if (AppConfig.displayCreationScreen) { displayedCategories.push(OWNED); } + //if (AppConfig.displayCreationScreen) { displayedCategories.push(OWNED); } // Templates enabled: display template category if (AppConfig.enableTemplates) { displayedCategories.push(TEMPLATE); } // Tags used: display Tags category