diff --git a/src/app/App.tsx b/src/app/App.tsx index 4736d779..9aeb49b0 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -4018,8 +4018,24 @@ export function App({ store, initialStatusMessage }: AppProps) {
-
Viewport
-
{getViewportCaption(editorState.toolMode, brushList.length)}
+
+
Viewport
+
{getViewportCaption(editorState.toolMode, viewMode, brushList.length)}
+
+
+ {VIEWPORT_VIEW_MODES.map((mode) => ( + + ))} +
applySelection(selection, "viewport")}