From 486f5e142aaef31935f5c04554203e8a501e870c Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Tue, 12 Dec 2023 10:01:56 -0500 Subject: [PATCH] fix target for export plot shortcut button (#73) --- lcviz/tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'