Skip to content

Commit

Permalink
Merge pull request #40917 from nextcloud/feat/gridview
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Oct 17, 2023
2 parents 2887e64 + 1ba5bc0 commit 106bf6c
Show file tree
Hide file tree
Showing 17 changed files with 1,708 additions and 699 deletions.
6 changes: 6 additions & 0 deletions apps/files/lib/Service/UserConfig.php
Expand Up @@ -47,6 +47,12 @@ class UserConfig {
'default' => true,
'allowed' => [true, false],
],
[
// Whether to show the files list in grid view or not
'key' => 'grid_view',
'default' => false,
'allowed' => [true, false],
],
];

protected IConfig $config;
Expand Down

0 comments on commit 106bf6c

Please sign in to comment.