mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-31 10:11:20 +00:00
e94801ee02
If the user directly closes the settings window without triggering the custom command Textfield's onEditingFinished (via unfocus or pressing enter), the custom command may not save. This change adds a listener to the Textfield so that if the settings window closes, the change will always be recorded.