mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-01 17:43:03 +02:00
chore: add divider
This commit is contained in:
parent
91b0e71486
commit
274ee9c688
1 changed files with 4 additions and 0 deletions
|
@ -846,6 +846,10 @@ void SetupQoLToggles(not_null<Ui::VerticalLayout*> container) {
|
|||
},
|
||||
container->lifetime());
|
||||
|
||||
AddSkip(container);
|
||||
AddDivider(container);
|
||||
AddSkip(container);
|
||||
|
||||
AddButtonWithIcon(
|
||||
container,
|
||||
tr::ayu_HideChannelReactions(),
|
||||
|
|
Loading…
Add table
Reference in a new issue