mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Added menu with refresh tools
This commit is contained in:
parent
18b6194afe
commit
4622d7ae51
11 changed files with 269 additions and 1 deletions
9
module/applications/sidebar/sidebar.mjs
Normal file
9
module/applications/sidebar/sidebar.mjs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export default class DhSidebar extends Sidebar {
|
||||
static TABS = {
|
||||
...super.TABS,
|
||||
daggerheartMenu: {
|
||||
tooltip: 'DAGGERHEART.UI.Sidebar.daggerheartMenu.title',
|
||||
icon: 'fa-solid fa-bars'
|
||||
}
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue