Ark2000 / PankuConsole

Feature-packed real-time debugging toolkit for Godot Engine.
https://k2kra.xyz/PankuConsole/
MIT License
1.06k stars 41 forks source link

Auto save main windows geometry on close #162

Closed worron closed 8 months ago

worron commented 8 months ago

Panku saves its windows placement on NOTIFICATION_WM_CLOSE_REQUEST, but it doesn't not work in editor (F8). This PR offers auto save window geometry on window close, which will make windows management a bit more convenient.

Ark2000 commented 8 months ago

Thanks, it’s something I had wanted to address but didn’t have the time for .

Ark2000 commented 8 months ago

Still, it’s still a problem of how to perceive different quitting scenarios.