mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
Remember the position and size of the compendium browser
This commit is contained in:
parent
c6741b1c7a
commit
4f6ddba087
2 changed files with 18 additions and 5 deletions
|
|
@ -8,6 +8,10 @@ export const encounterCountdown = {
|
|||
position: 'countdown-encounter-position'
|
||||
};
|
||||
|
||||
export const compendiumBrowser = {
|
||||
position: 'compendium-browser-position'
|
||||
};
|
||||
|
||||
export const itemAttachmentSource = 'attachmentSource';
|
||||
|
||||
export const userFlags = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue