space-wizards / SS14.Launcher

Launcher for Space Station 14.
https://spacestation14.io
MIT License
33 stars 61 forks source link

Unfocus connect button on press #111

Closed Visne closed 11 months ago

Visne commented 11 months ago

Fixes #86

After clicking Connect the connect button would still be focused and if you pressed Space/Enter you would trigger the connect again, causing an exception and crashing the client. Now we just unfocus right after the button is clicked so that that's no longer possible.

PJB3005 commented 11 months ago

I'd prefer if there was a better way to do this with some input context system or something. I think Avalonia v10 had some faint whispers but they got removed in v11. Ah well.