Added menu with refresh tools

This commit is contained in:
WBHarry 2025-08-18 15:42:01 +02:00
parent 18b6194afe
commit 4622d7ae51
11 changed files with 269 additions and 1 deletions

View 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'
}
};
}