Try something

This commit is contained in:
lee-at-zoo-corp
2025-04-04 11:28:20 -04:00
parent e06f76a6bb
commit 49fcbdddba
3 changed files with 39 additions and 45 deletions

View File

@ -71,13 +71,6 @@ export const FileMachineProvider = ({
}
}, [])
// Only create the native file menus on desktop
useEffect(() => {
if (isDesktop()) {
window.electron.createModelingPageMenu().catch(reportRejection)
}
}, [])
useEffect(() => {
const {
createNamedViewCommand,