diff options
Diffstat (limited to 'apps/files/list.php')
-rw-r--r-- | apps/files/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/list.php b/apps/files/list.php index 3b54d5ed242..f18dc5964b8 100644 --- a/apps/files/list.php +++ b/apps/files/list.php @@ -25,7 +25,7 @@ $config = \OC::$server->getConfig(); $userSession = \OC::$server->getUserSession(); // TODO: move this to the generated config.js $publicUploadEnabled = $config->getAppValue('core', 'shareapi_allow_public_upload', 'yes'); -$showgridview = $config->getUserValue($userSession->getUser()->getUID(), 'files', 'show_grid', false); +$showgridview = $config->getUserValue($userSession->getUser()->getUID(), 'files', 'show_grid', true); // renders the controls and table headers template $tmpl = new OCP\Template('files', 'list', ''); |