This commit is contained in:
WBHarry 2025-09-14 23:32:53 +02:00
parent 3c8116c4dc
commit dcd42656f0
9 changed files with 135 additions and 15 deletions

View file

@ -11,5 +11,6 @@ export const encounterCountdown = {
export const itemAttachmentSource = 'attachmentSource';
export const userFlags = {
welcomeMessage: 'welcome-message'
welcomeMessage: 'welcome-message',
countdownMode: 'countdown-mode'
};

View file

@ -672,3 +672,8 @@ export const countdownBaseTypes = {
name: 'DAGGERHEART.APPLICATIONS.Countdown.types.encounter'
}
};
export const countdownAppMode = {
textIcon: 'text-icon',
iconOnly: 'icon-only'
};