Can't launch Midihub Editor in Wayland session

Hello,

I can’t get to launch the AppImage on a Wayland session in both KDE and Gnome desktops, I’m getting this output :

$ ./MidihubEditor_1.15.3.AppImage 
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Failed to load client buffer integration: wayland-egl

Failed to load shell integration 
Could not create a shell surface object.
Could not create a shell surface object.

It gets stuck here…

I could workaround using QT_QPA_PLATFORM=xcb environment variable at the start of the command line, to force it to use Xwayland, but it would be nice to be able to launch it from the desktop with just double clicking it.