Gaël Huyghe
Results
2
comments of
Gaël Huyghe
Hello everyone, Just installed the plugin and I have the exact same issue And the fix provided by @ekokurniadi does work Is it possible to integrate it in the plugin...
Modifying `window_manager_plugin.cpp' and adding the lines ``` else if (message == WM_SYSCOMMAND && wParam == SC_CLOSE) { _EmitEvent("hide"); window_manager->Hide(); return -1; } ``` seems to work for me (hide when...