mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-05 12:02:41 -05: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.