Improve deck
This commit is contained in:
parent
78598a92f9
commit
743eca4a95
5 changed files with 57 additions and 47 deletions
|
|
@ -40,6 +40,14 @@ export const deckStore = markRaw(new Storage('deck', {
|
|||
where: 'deviceAccount',
|
||||
default: true
|
||||
},
|
||||
columnMargin: {
|
||||
where: 'deviceAccount',
|
||||
default: 16
|
||||
},
|
||||
columnHeaderHeight: {
|
||||
where: 'deviceAccount',
|
||||
default: 42
|
||||
},
|
||||
}));
|
||||
|
||||
export function addColumn(column: Column) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue