mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-07 21:07:23 +08:00
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:
parent
a318392985
commit
4878a8c07c
@ -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
|
||||
|
||||
@ -380,7 +380,7 @@ void ServerConfig::updateServerName()
|
||||
for (auto& screen : screens()) {
|
||||
if (screen.isServer()) {
|
||||
screen.setName(m_pAppConfig->screenName());
|
||||
screen.saveSettings(settings());
|
||||
saveSettings();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user