diff --git a/src/components/ModelingSidebar/ModelingSidebar.tsx b/src/components/ModelingSidebar/ModelingSidebar.tsx index ef5046845..69975a3e5 100644 --- a/src/components/ModelingSidebar/ModelingSidebar.tsx +++ b/src/components/ModelingSidebar/ModelingSidebar.tsx @@ -86,7 +86,7 @@ export function ModelingSidebar({ paneOpacity }: ModelingSidebarProps) { ).filter( (pane) => !pane.hideOnPlatform || - (isTauri() + (isDesktop() ? pane.hideOnPlatform === 'web' : pane.hideOnPlatform === 'desktop') ), @@ -142,110 +142,7 @@ export function ModelingSidebar({ paneOpacity }: ModelingSidebarProps) { }} >
- - ) -} - -interface ModelingSidebarSectionProps extends HTMLAttributes- Click on {onDesktop ? `your part's name` : `the app name`} in the upper - left to open the project menu, where you can open the project + Click on {onDesktop ? `your part's name` : `the app name`} in the + upper left to open the project menu, where you can open the project settings and export your current part. {onDesktop && ( <> You can click the Zoo logo to quickly navigate home.>