The app supports a single window view. If I have a tree open and I click on another tree file in finder, I get taken to the app, but nothing changes (whatever tree is currently displayed remains unchanged). Likewise, if I drag a tree file onto the icon in the dock, we switch to the app but the tree doesn't change. I guess I'd expect either:
- new window opens with new tree
- app asks if I want to replace current tree
I'm not sure what the convention is with Electron or Tauri-based apps, are multiple windows a thing?
The app supports a single window view. If I have a tree open and I click on another tree file in finder, I get taken to the app, but nothing changes (whatever tree is currently displayed remains unchanged). Likewise, if I drag a tree file onto the icon in the dock, we switch to the app but the tree doesn't change. I guess I'd expect either:
I'm not sure what the convention is with Electron or Tauri-based apps, are multiple windows a thing?