From ffe9428bc2eb471099e3d68d42e21d4201cbb6d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Hallundb=C3=A6k?= Date: Wed, 30 Oct 2024 09:47:03 +0100 Subject: [PATCH] dashboardSave should use floppy-disk to distinguish it from dashboardSaveAs --- 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