mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-25 01:08:20 +03:00
Retry saving settings when operation failed
This commit is contained in:
parent
0ede11a1b7
commit
5df42420cb
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ bool SettingsStorage::save()
|
|||
return true;
|
||||
}
|
||||
|
||||
m_timer.start();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue