mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
Allow deleting countdowns via right click context menu on the main panel (#2090)
This commit is contained in:
parent
effab8db0c
commit
3efdcb6c9a
7 changed files with 118 additions and 36 deletions
|
|
@ -27,8 +27,10 @@ export const menu = {
|
|||
};
|
||||
|
||||
export const gameSettings = {
|
||||
/** @type {'Automation'} */
|
||||
Automation: 'Automation',
|
||||
Metagaming: 'Metagaming',
|
||||
/** @type {'Homebrew'} */
|
||||
Homebrew: 'Homebrew',
|
||||
appearance: 'Appearance',
|
||||
GlobalOverrides: 'GlobalOverrides',
|
||||
|
|
@ -37,6 +39,7 @@ export const gameSettings = {
|
|||
Fear: 'ResourcesFear'
|
||||
},
|
||||
LevelTiers: 'LevelTiers',
|
||||
/** @type {'Countdowns'} */
|
||||
Countdowns: 'Countdowns',
|
||||
LastMigrationVersion: 'LastMigrationVersion',
|
||||
SpotlightRequestQueue: 'SpotlightRequestQueue',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue