| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
showOpenDialog/showSaveDialog were called without a parent BrowserWindow, so on Linux the native file/folder browser could open behind the DIVE window instead of in front of it. Derive the window from the IPC sender and pass it through so the dialog is parented and modal.
| Back | FazBrowse Home | New Git URL |
Native open/save dialogs were invoked without a parent BrowserWindow, so on Linux the file/folder picker could open behind the DIVE window instead of in front of it.
Result: the picker is parented and modal to DIVE.