mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Push all QSaveFile-s to background thread.
This commit is contained in:
@@ -338,8 +338,13 @@ bool _readOldMtpData(bool remove, ReadSettingsContext &context) {
|
||||
|
||||
} // namespace
|
||||
|
||||
void sync() {
|
||||
Storage::details::Sync();
|
||||
}
|
||||
|
||||
void finish() {
|
||||
delete base::take(_localLoader);
|
||||
Storage::details::Finish();
|
||||
}
|
||||
|
||||
void InitialLoadTheme();
|
||||
|
Reference in New Issue
Block a user