Skip to content

Commit

Permalink
restored collapsed sidebar default
Browse files Browse the repository at this point in the history
  • Loading branch information
saif-ellafi committed Apr 29, 2021
1 parent de5950d commit 4fae1d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/component/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit 4fae1d6

Please sign in to comment.