diff --git a/lang/en.json b/lang/en.json
index 685f1266..e40b035c 100755
--- a/lang/en.json
+++ b/lang/en.json
@@ -2029,6 +2029,7 @@
"range": "Range",
"reactionRoll": "Reaction Roll",
"recovery": "Recovery",
+ "refresh": "Refresh",
"reroll": "Reroll",
"rerollThing": "Reroll {thing}",
"resource": "Resource",
diff --git a/module/applications/sidebar/sidebar.mjs b/module/applications/sidebar/sidebar.mjs
index fad39ac5..ae28d56c 100644
--- a/module/applications/sidebar/sidebar.mjs
+++ b/module/applications/sidebar/sidebar.mjs
@@ -1,10 +1,49 @@
-export default class DhSidebar extends Sidebar {
+export default class DhSidebar extends foundry.applications.sidebar.Sidebar {
/** @override */
static TABS = {
- ...super.TABS,
+ chat: {
+ documentName: 'ChatMessage'
+ },
+ combat: {
+ documentName: 'Combat'
+ },
+ scenes: {
+ documentName: 'Scene',
+ gmOnly: true
+ },
+ actors: {
+ documentName: 'Actor'
+ },
+ items: {
+ documentName: 'Item'
+ },
+ journal: {
+ documentName: 'JournalEntry',
+ tooltip: 'SIDEBAR.TabJournal'
+ },
+ tables: {
+ documentName: 'RollTable'
+ },
+ cards: {
+ documentName: 'Cards'
+ },
+ macros: {
+ documentName: 'Macro'
+ },
+ playlists: {
+ documentName: 'Playlist'
+ },
+ compendium: {
+ tooltip: 'SIDEBAR.TabCompendium',
+ icon: 'fa-solid fa-book-atlas'
+ },
daggerheartMenu: {
tooltip: 'DAGGERHEART.UI.Sidebar.daggerheartMenu.title',
img: 'systems/daggerheart/assets/logos/FoundryBorneLogoWhite.svg'
+ },
+ settings: {
+ tooltip: 'SIDEBAR.TabSettings',
+ icon: 'fa-solid fa-gears'
}
};
diff --git a/templates/sidebar/daggerheart-menu/main.hbs b/templates/sidebar/daggerheart-menu/main.hbs
index 6f31f165..b00001eb 100644
--- a/templates/sidebar/daggerheart-menu/main.hbs
+++ b/templates/sidebar/daggerheart-menu/main.hbs
@@ -16,7 +16,7 @@
{{/each}}
-
+
-
\ No newline at end of file
+