m4dEngi / RemotePlayWhatever

Tiny application that lets you force remote play together any game you have in your steam library including non-steam ones.
MIT License
1.03k stars 38 forks source link

App quits if user has exactly one friend #4

Closed Ivasha77 closed 3 years ago

Ivasha77 commented 3 years ago

If a steam user has only one friend, the app correctly creates menu with single menu item for that user. However, when 'Send invite' menu item for that user is clicked, then app cleanly quits instead of creating the invite.

m4dEngi commented 3 years ago

Bug was cause by incorrect event binding. Thought i could get away with it... https://github.com/m4dEngi/RemotePlayWhatever/commit/355269526c214d9fe671d10dc4fbf2ef576917c5 Latest release should fix the problem.