mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-26 17:58:19 +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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_timer.start();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue