mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Overlay: On windows sync the settings to registry when overlay config is changed
This commit is contained in:
parent
b8a2745ce7
commit
da83cddf8e
@ -330,6 +330,10 @@ void OverlayConfig::save() const {
|
||||
g.qs->beginGroup(QLatin1String("overlay"));
|
||||
s.os.save();
|
||||
g.qs->endGroup();
|
||||
#ifdef Q_OS_WIN
|
||||
// On MS windows force sync so the registry is updated.
|
||||
g.qs->sync();
|
||||
#endif
|
||||
}
|
||||
|
||||
void OverlayConfig::accept() const {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user