mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
View filter box, removing chats and chat types.
This commit is contained in:
@@ -1173,14 +1173,6 @@ bool _readSetting(quint32 blockId, QDataStream &stream, int version, ReadSetting
|
||||
if (!_checkStreamStatus(stream)) return false;
|
||||
|
||||
Global::SetDialogsFiltersEnabled(enabled == 1);
|
||||
auto mode = FilterId(0);
|
||||
if (enabled) {
|
||||
mode = FilterId(modeInt);
|
||||
if (mode == 1) { // #TODO filters
|
||||
|
||||
}
|
||||
}
|
||||
Global::SetDialogsFilterId(mode);
|
||||
} break;
|
||||
|
||||
case dbiModerateMode: {
|
||||
|
Reference in New Issue
Block a user