From 1219910c7e7d76dc77f25f05c6a81bf5a0cda165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Hallundb=C3=A6k?= <72447095+tha-nordiq@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:58:35 +0100 Subject: [PATCH] dashboardSave should use floppy-disk to distinguish it from dashboardSaveAs (#10644) --- web/client/plugins/DashboardSave.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/client/plugins/DashboardSave.jsx b/web/client/plugins/DashboardSave.jsx index 4afffdfe94..22006601a0 100644 --- a/web/client/plugins/DashboardSave.jsx +++ b/web/client/plugins/DashboardSave.jsx @@ -67,7 +67,7 @@ export const DashboardSave = createPlugin('DashboardSave', { name: 'dashboardSave', position: 30, text: , - icon: , + icon: , action: triggerSave.bind(null, true), tooltip: "saveDialog.saveTooltip", // display the BurgerMenu button only if the map can be edited @@ -83,7 +83,7 @@ export const DashboardSave = createPlugin('DashboardSave', { name: 'dashboardSave', position: 30, text: , - icon: , + icon: , action: triggerSave.bind(null, true), tooltip: "saveDialog.saveTooltip", // display the BurgerMenu button only if the map can be edited