mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
fix(files): Remove redundant setting
This setting is already present in the main view, where it is much more visible, it is also the only one that is documented. Having it in both places is redundant and unnecessary clutter. Signed-off-by: kramo <git@kramo.page>
This commit is contained in:
parent
f077bb55f7
commit
2f6bf3578a
1 changed files with 0 additions and 6 deletions
|
|
@ -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)">
|
||||
|
|
|
|||
Loading…
Reference in a new issue