VoylinsGamedevJourney / gozen

The modular video editor
https://youtube.com/@voylinsgamedevjourney
GNU General Public License v3.0
133 stars 20 forks source link

Fix unminimize for windows #91

Closed ManpreetXSingh closed 6 months ago

ManpreetXSingh commented 6 months ago

This pull request addresses an issue where the window state and size were not being properly restored upon unminimizing. Specifically, the sequence of actions Maximized -> Minimized -> Maximized -> Windowed did not behave as expected.

Additionally, this pull request adds functionality to toggle fullscreen mode using F11.

voylin commented 6 months ago

Thank you ^^