mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Moved AddSkip and AddDivier from Settings namespace to separate module.
This commit is contained in:
@@ -33,6 +33,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#include "ui/wrap/vertical_layout.h"
|
||||
#include "ui/animated_icon.h"
|
||||
#include "ui/painter.h"
|
||||
#include "ui/vertical_list.h"
|
||||
#include "window/section_widget.h"
|
||||
#include "window/window_session_controller.h"
|
||||
#include "styles/style_boxes.h"
|
||||
@@ -486,7 +487,7 @@ void ReactionsSettingsBox(
|
||||
auto idValue = state->selectedId.value();
|
||||
AddMessage(pinnedToTop, controller, std::move(idValue), box->width());
|
||||
|
||||
Settings::AddSubsectionTitle(
|
||||
Ui::AddSubsectionTitle(
|
||||
pinnedToTop,
|
||||
tr::lng_settings_chat_reactions_subtitle());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user