cibikle / LaSSI

LaSSI (the Last Starship Save Inspector) is a free, open source, cross-platform, fan-made tool for inspecting and editing save files for "The Last Starship" by Introversion Software (https://www.introversion.co.uk/introversion/). Cross-platform UI made possible by Eto (https://github.com/picoe/Eto)
GNU Affero General Public License v3.0
4 stars 3 forks source link

Windows startup options don't work #96

Closed cibikle closed 8 months ago

cibikle commented 8 months ago

Regardless of what startup behavior is set to, nothing happens.

cibikle commented 8 months ago

The Closability on Windows returns with a vengeance: clicking the Close box circumvents the ReadyForQuit() steps. Handled the Closing event and called ReadyForQuit() from there.