mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-08 17:06:18 +02:00
🐛 Fixes item size not honored (#576)
This commit is contained in:
parent
1c85d454b9
commit
cd50ceb0a0
@ -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…
x
Reference in New Issue
Block a user