With versions of Electron >6.x, Bubbles silently fails to open any video files. It looks like Electron changed their showOpenFileDialog() API significantly. It now returns a Promise instead of taking a callback, and they changed the format of the dialog properties and file filters.
Bubbles should be updated to support the latest version of Electron and its API.
With versions of Electron >6.x, Bubbles silently fails to open any video files. It looks like Electron changed their
showOpenFileDialog()
API significantly. It now returns a Promise instead of taking a callback, and they changed the format of the dialog properties and file filters.Bubbles should be updated to support the latest version of Electron and its API.