SYNERGY-881 System loses synchronisation between settings and configuration (#6968)

* SYNERGY-881 System loses synchronisation between settings and configure server

* Update ChangeLog
This commit is contained in:
SerhiiGadzhilov 2021-03-19 17:53:32 +02:00 committed by GitHub
parent a318392985
commit 4878a8c07c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ v1.13.2-snapshot
Bug fixes:
- #6953 | #6961 The system does not update server name in Server configuration
- #6966 macOS 10.13 missing build number
- #6968 System loses synchronisation between settings and configuration
Enhancements:
- #6954 Move language selection to advanced section

View File

@ -380,7 +380,7 @@ void ServerConfig::updateServerName()
for (auto& screen : screens()) {
if (screen.isServer()) {
screen.setName(m_pAppConfig->screenName());
screen.saveSettings(settings());
saveSettings();
break;
}
}