mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
Save position, size details for the 3 types of compendium browser
This commit is contained in:
parent
4f6ddba087
commit
087e13debe
2 changed files with 23 additions and 6 deletions
|
|
@ -8,8 +8,16 @@ export const encounterCountdown = {
|
|||
position: 'countdown-encounter-position'
|
||||
};
|
||||
|
||||
export const compendiumBrowser = {
|
||||
position: 'compendium-browser-position'
|
||||
export const compendiumBrowserDefault = {
|
||||
position: 'compendium-browser-default-position'
|
||||
};
|
||||
|
||||
export const compendiumBrowserNoFolder = {
|
||||
position: 'compendium-browser-no-folder-position'
|
||||
};
|
||||
|
||||
export const compendiumBrowserLite = {
|
||||
position: 'compendium-browser-lite-position'
|
||||
};
|
||||
|
||||
export const itemAttachmentSource = 'attachmentSource';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue