Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(files): hide mime column by default
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv authored and nextcloud-command committed May 14, 2025
commit 006d4ee95234cc3fcc20d8b7d68d1e379833734c
2 changes: 1 addition & 1 deletion apps/files/lib/Service/UserConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class UserConfig {
[
// Whether to show the mime column or not
'key' => 'show_mime_column',
'default' => true,
'default' => false,
'allowed' => [true, false],
]
];
Expand Down