Skip to content

Commit

Permalink
Plugin tray open on show (spacetelescope#2892)
Browse files Browse the repository at this point in the history
* Plugin tray open on show

* Update change log
  • Loading branch information
javerbukh authored May 24, 2024
1 parent 616dfdc commit 1bce2b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ New Features
- Adding flux/surface brightness translation and surface brightness
unit conversion in Cubeviz and Specviz. [#2781]

- Plugin tray is now open by default. [#2892]

Cubeviz
^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion jdaviz/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class ApplicationState(State):
propagate to the traitlet in order to trigger a UI re-render.
"""
drawer = CallbackProperty(
False, docstring="State of the plugins drawer.")
True, docstring="State of the plugins drawer.")
show_toolbar_buttons = CallbackProperty(
True, docstring="Whether to show app-level toolbar buttons (left of sidebar menu button).")
logger_overlay = CallbackProperty(
Expand Down

0 comments on commit 1bce2b2

Please sign in to comment.