Browse Source
Merge pull request #53885 from nextcloud/remove-redundant-setting
pull/53887/head
John Molakvoæ
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
3 additions and
9 deletions
-
apps/files/src/views/Settings.vue
-
dist/files-main.js
-
dist/files-main.js.map
|
|
|
@ -55,12 +55,6 @@ |
|
|
|
@update:checked="setConfig('crop_image_previews', $event)"> |
|
|
|
{{ t('files', 'Crop image previews') }} |
|
|
|
</NcCheckboxRadioSwitch> |
|
|
|
<NcCheckboxRadioSwitch v-if="enableGridView" |
|
|
|
data-cy-files-settings-setting="grid_view" |
|
|
|
:checked="userConfig.grid_view" |
|
|
|
@update:checked="setConfig('grid_view', $event)"> |
|
|
|
{{ t('files', 'Enable the grid view') }} |
|
|
|
</NcCheckboxRadioSwitch> |
|
|
|
<NcCheckboxRadioSwitch data-cy-files-settings-setting="folder_tree" |
|
|
|
:checked="userConfig.folder_tree" |
|
|
|
@update:checked="setConfig('folder_tree', $event)"> |
|
|
|
|