You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a trivially-worked-around subset of #74 that can be fixed by simply not registering the external capture hotkeys when running under wayland (which is trivially detectable via app.platformName() == "wayland") and probably popping up a "we know this is broken" dialog pointing out that external capture is broken on Wayland, but everything else works fine.
The text was updated successfully, but these errors were encountered:
This is a trivially-worked-around subset of #74 that can be fixed by simply not registering the external capture hotkeys when running under wayland (which is trivially detectable via
app.platformName() == "wayland"
) and probably popping up a "we know this is broken" dialog pointing out that external capture is broken on Wayland, but everything else works fine.The text was updated successfully, but these errors were encountered: