Skip to content

Commit

Permalink
fix target for export plot shortcut button
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Dec 12, 2023
1 parent 56b2ea8 commit c2c9996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lcviz/tools.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from jdaviz.core.tools import SidebarShortcutPlotOptions

from jdaviz.core.tools import SidebarShortcutPlotOptions, SidebarShortcutExportPlot

# point to the lcviz-version of plot options instead of jdaviz's
SidebarShortcutPlotOptions.plugin_name = 'lcviz-plot-options'
SidebarShortcutExportPlot.plugin_name = 'lcviz-export-plot'

0 comments on commit c2c9996

Please sign in to comment.