mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-13 23:13:32 +00:00
Applied tabs appearance setting to vertical folders strip.
This commit is contained in:
@@ -1243,6 +1243,7 @@ void Settings::addFromSerialized(const QByteArray &serialized) {
|
||||
const auto uncheckedChatFiltersTabsMode = static_cast<Mode>(
|
||||
chatFiltersTabsMode);
|
||||
switch (uncheckedChatFiltersTabsMode) {
|
||||
case Mode::Default:
|
||||
case Mode::TextOnly:
|
||||
case Mode::TextAndIcons:
|
||||
case Mode::IconsOnly:
|
||||
@@ -1742,7 +1743,7 @@ void Settings::resetOnLastLogout() {
|
||||
_recordVideoMessages = false;
|
||||
_videoQuality = {};
|
||||
_chatFiltersHorizontal = false;
|
||||
_chatFiltersTabsMode = Ui::ChatsFiltersTabsMode::TextOnly;
|
||||
_chatFiltersTabsMode = Ui::ChatsFiltersTabsMode::Default;
|
||||
_pullToNextChannel = true;
|
||||
_quickDialogAction = Dialogs::Ui::QuickDialogAction::Disabled;
|
||||
_notificationsVolume = 100;
|
||||
|
||||
Reference in New Issue
Block a user