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:
@@ -312,7 +312,7 @@ public:
|
||||
auto settingsValue() const {
|
||||
return (_settings.current() & kSettingsUnknown)
|
||||
? _settings.changes()
|
||||
: _settings.value();
|
||||
: (_settings.value() | rpl::type_erased());
|
||||
}
|
||||
|
||||
enum LoadedStatus {
|
||||
|
Reference in New Issue
Block a user