remove tauri again from others adding in fixes to tauri

This commit is contained in:
49lf
2024-08-07 17:55:52 -04:00
parent 001037230e
commit d31952646b
5 changed files with 12 additions and 87 deletions

View File

@ -71,7 +71,7 @@ export function ModelingSidebar({ paneOpacity }: ModelingSidebarProps) {
(action) =>
(!action.hide || (action.hide instanceof Function && !action.hide())) &&
(!action.hideOnPlatform ||
(isTauri()
(isDesktop()
? action.hideOnPlatform === 'web'
: action.hideOnPlatform === 'desktop'))
)