Update status messages to mention whitebox solids

This commit is contained in:
2026-04-04 19:32:38 +02:00
parent 3cabd0ff9b
commit 297fdf7d1b

View File

@@ -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;
}