diff --git a/lcviz/tools.py b/lcviz/tools.py index 03e01ef5..0ebbae63 100644 --- a/lcviz/tools.py +++ b/lcviz/tools.py @@ -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'