MrEliptik / game_launcher

A simple game launcher made with Godot for developers to showcase their games
MIT License
56 stars 9 forks source link

Fix button focus loss on game exit #11

Closed naturally-intelligent closed 4 months ago

naturally-intelligent commented 4 months ago

This one line needs to be added or the button container no longer gets focus after a game exits, rendering the app basically disabled. Tested on Windows and Linux, same problem, same fix

MrEliptik commented 4 months ago

Thanks for your fix!