mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
🐛 Fixes item size not honored (#576)
This commit is contained in:
parent
1c85d454b9
commit
cd50ceb0a0
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ export default {
|
|||
return this.$store.state.editMode;
|
||||
},
|
||||
itemSize() {
|
||||
return this.$store.getters.iconSize;
|
||||
return this.displayData.itemSize || this.$store.getters.iconSize;
|
||||
},
|
||||
sortOrder() {
|
||||
return this.displayData.sortBy || defaultSortOrder;
|
||||
|
|
|
|||
Loading…
Reference in a new issue