From 6712aaf7c23e0f803497201c75f99f04bcbc2bb6 Mon Sep 17 00:00:00 2001 From: Manojav Sridhar Date: Tue, 30 Nov 2021 17:28:42 -0500 Subject: [PATCH] add icons for print settings --- src/components/inputs/ToolSlider.vue | 4 ++++ src/components/panels/PrintsettingsPanel.vue | 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/components/inputs/ToolSlider.vue b/src/components/inputs/ToolSlider.vue index 7e8184703..3e247cbe4 100644 --- a/src/components/inputs/ToolSlider.vue +++ b/src/components/inputs/ToolSlider.vue @@ -20,6 +20,9 @@ {{ isLocked ? 'mdi-lock-outline' : 'mdi-lock-open-variant-outline' }} + + {{ icon }} + {{ label }}