Remove 'Owned pads' category from the drive

This commit is contained in:
yflory 2020-02-10 11:17:01 +01:00
parent 243abc3e53
commit 7ca92526e7
1 changed files with 1 additions and 1 deletions

View File

@ -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