From 297fdf7d1bc530a8f6500ff96d6394d2208510bc Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 4 Apr 2026 19:32:38 +0200 Subject: [PATCH] Update status messages to mention whitebox solids --- src/app/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 72e05224..003846b7 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -2593,7 +2593,7 @@ export function App({ store, initialStatusMessage }: AppProps) { const defaultTarget = visibilityBrushOptions[0]?.brush; if (defaultTarget === undefined) { - setStatusMessage("Author at least one brush before adding a visibility link."); + setStatusMessage("Author at least one whitebox solid before adding a visibility link."); return; } @@ -2934,7 +2934,7 @@ export function App({ store, initialStatusMessage }: AppProps) { const defaultBrush = visibilityBrushOptions[0]?.brush; if (defaultBrush === undefined) { - setStatusMessage("Author at least one brush before switching this link to visibility."); + setStatusMessage("Author at least one whitebox solid before switching this link to visibility."); return; }