File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 variant =" tertiary"
5050 @click =" toggleGridView" >
5151 <template #icon >
52- <NcIconSvgWrapper v-if =" userConfigStore.files_list_grid_view" :path =" mdiViewList " />
53- <NcIconSvgWrapper v-else :path =" mdiViewGrid " />
52+ <NcIconSvgWrapper v-if =" userConfigStore.files_list_grid_view" :path =" mdiFormatListBulletedSquare " />
53+ <NcIconSvgWrapper v-else :path =" mdiViewGridOutline " />
5454 </template >
5555 </NcButton >
5656 </div >
@@ -96,9 +96,9 @@ import {
9696 mdiChevronDown ,
9797 mdiChevronUp ,
9898 mdiFolder ,
99+ mdiFormatListBulletedSquare ,
99100 mdiReload ,
100- mdiViewGrid ,
101- mdiViewList ,
101+ mdiViewGridOutline ,
102102} from ' @mdi/js'
103103
104104import NcActionButton from ' @nextcloud/vue/components/NcActionButton'
@@ -147,9 +147,9 @@ export default {
147147 mdiChevronDown,
148148 mdiChevronUp,
149149 mdiFolder,
150+ mdiFormatListBulletedSquare,
150151 mdiReload,
151- mdiViewGrid,
152- mdiViewList,
152+ mdiViewGridOutline,
153153 }
154154 },
155155 data () {
You can’t perform that action at this time.
0 commit comments