diff --git a/CHANGELOG.md b/CHANGELOG.md index c52cec9..b23e1a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ * Compatibility: Fixed compatibility with Polyglot (Thank you Ghostdesu) * Enhancement: Player List has now an option for "Default Size" with bigger font (Thanks Klaus) * Bugfix: Fixed 'bottom' mode in Organized Minimize working as 'top' (Thanks JLtheking2) -* Bugfix: Dynamic UI Mode disabled by default and sidebar shown by default +* Bugfix: Dynamic UI Mode disabled by default * Bugfix: Sidebar initial visibility should always be effective, with and without Dynamic UI (Thanks Klaus) * Bugfix: Player List now has the same height as the Hotbar (Thanks Hauke) * Bugfix: Fixed settings text replacing "Always Visible" with "Start Visible" when according diff --git a/modules/component/sidebar.js b/modules/component/sidebar.js index 29f1a21..79cd78b 100644 --- a/modules/component/sidebar.js +++ b/modules/component/sidebar.js @@ -15,7 +15,7 @@ export default class MinimalUISidebar { "shown": game.i18n.localize("MinimalUI.SettingsStartVisible"), "collapsed": game.i18n.localize("MinimalUI.SettingsCollapsed") }, - default: "shown", + default: "collapsed", onChange: _ => { window.location.reload() }