Added tooltip to mask visibility switch

This commit is contained in:
Dariusz L
2025-08-03 14:38:40 +02:00
parent ed9fdf5d60
commit 5da0855a52
2 changed files with 4 additions and 2 deletions

View File

@@ -453,7 +453,8 @@ async function createCanvasWidget(node, widget, app) {
$el("div.painter-button-group", { id: "mask-controls" }, [
$el("label.clipboard-switch.mask-switch", {
id: `toggle-mask-switch-${node.id}`,
style: { minWidth: "56px", maxWidth: "56px", width: "56px", paddingLeft: "0", paddingRight: "0" }
style: { minWidth: "56px", maxWidth: "56px", width: "56px", paddingLeft: "0", paddingRight: "0" },
title: "Toggle mask overlay visibility on canvas (mask still affects output when disabled)"
}, [
$el("input", {
type: "checkbox",