Merge pull request #4332 from leoetlino/sync-sysconf-on-exit
ConfigManager: Sync Dolphin settings to SYSCONF on exit
This commit is contained in:
commit
183f3c3759
|
@ -86,6 +86,7 @@ void SConfig::Shutdown()
|
|||
SConfig::~SConfig()
|
||||
{
|
||||
SaveSettings();
|
||||
SaveSettingsToSysconf();
|
||||
}
|
||||
|
||||
void SConfig::SaveSettings()
|
||||
|
|
Loading…
Reference in New Issue