mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
[PR] [Feature] Remember the position and size of the compendium browser (#1123)
* Remember the position and size of the compendium browser * Save position, size details for the 3 types of compendium browser --------- Co-authored-by: Chris Ryan <chrisr@blackhole>
This commit is contained in:
parent
cc6ef0b7bf
commit
952779000d
2 changed files with 36 additions and 4 deletions
|
|
@ -8,6 +8,18 @@ export const encounterCountdown = {
|
|||
position: 'countdown-encounter-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';
|
||||
|
||||
export const userFlags = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue