fsmosca / Python-Easy-Chess-GUI

A Chess GUI based from Python using PySimpleGUI and Python-Chess.
GNU Lesser General Public License v3.0
161 stars 52 forks source link

Fix crash #52

Closed tommikurki closed 9 months ago

tommikurki commented 12 months ago

The program crashed when going to the install a new engine dialog, leaving the engine field empty, and clicking the "Get ID name" button.

tommikurki commented 12 months ago

I'm just learning to use Git. I hope this was useful and I did it the way I was supposed to do.

fsmosca commented 9 months ago

Thanks for this PR.