1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 06:54:20 +00:00

Retry saving settings when operation failed

This commit is contained in:
Chocobo1 2018-04-23 02:23:51 +08:00
parent 099314d17f
commit f6d74e3996
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

@ -196,6 +196,7 @@ bool SettingsStorage::save()
return true;
}
m_timer.start();
return false;
}