mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-19 23:17:14 -04:00
The `done` event does not emit a `closeEvent`, but saving is only implemented in that event handler. Changing this to `close` correctly triggers the default QWidget event and thus settings are saved.