2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Closed alpha version 1.7.8.1: Fix build for Xcode.

This commit is contained in:
John Preston
2019-06-22 22:42:30 +02:00
parent d0cf39f8ed
commit 88b7387a40
3 changed files with 29 additions and 43 deletions

View File

@@ -312,7 +312,7 @@ public:
auto settingsValue() const {
return (_settings.current() & kSettingsUnknown)
? _settings.changes()
: _settings.value();
: (_settings.value() | rpl::type_erased());
}
enum LoadedStatus {