lukaswagner/uebungsrahmen

file select breaks on linux

Closed this issue · 1 comments

Clicking Choose directory on Linux, KDE Plasma does not work, throws the following error:
[9405:1114/122526.825411:ERROR:browser_main_loop.cc(269)] Gtk: gtk_native_dialog_run: assertion '!priv->visible' failed

This seems to be due to the following electron issue: electron/electron#31152

From the commits linked in the electron issue: using the async function could be a workaround.