Skip to content

Commit

Permalink
fix target for export plot shortcut button (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry authored Dec 12, 2023
1 parent 56b2ea8 commit 486f5e1
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 486f5e1

Please sign in to comment.