remove the support menu section, are they both opening / interacting in the main window

This commit is contained in:
lebaudantoine
2026-05-07 12:51:36 +02:00
parent 7f23cf1735
commit 135ce78609
@@ -39,10 +39,10 @@ export const PipOptionsMenuItems = ({
<EffectsMenuItem store={pipLayoutStore} />
</MenuSection>
<Separator />
<MenuSection>
<SupportMenuItem />
<FeedbackMenuItem />
</MenuSection>
{/*<MenuSection>*/}
{/* <SupportMenuItem />*/}
{/* <FeedbackMenuItem />*/}
{/*</MenuSection>*/}
</RACMenu>
)
}