Skip to content

Commit

Permalink
SYNERGY-881 System loses synchronisation between settings and configu…
Browse files Browse the repository at this point in the history
…ration (#6968)

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

* Update ChangeLog
  • Loading branch information
SerhiiGadzhilov committed Mar 19, 2021
1 parent a318392 commit 4878a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gui/src/ServerConfig.cpp
Expand Up @@ -380,7 +380,7 @@ void ServerConfig::updateServerName()
for (auto& screen : screens()) {
if (screen.isServer()) {
screen.setName(m_pAppConfig->screenName());
screen.saveSettings(settings());
saveSettings();
break;
}
}
Expand Down

0 comments on commit 4878a8c

Please sign in to comment.