Skip to content

Commit

Permalink
added skip in settings between rabbitGram preferences and other settings
Browse files Browse the repository at this point in the history
  • Loading branch information
xmdnx committed Nov 1, 2023
1 parent ac279be commit 490b148
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Telegram/SourceFiles/settings/settings_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,10 @@ void SetupSections(
rktr("rtg_settings_rabbit"),
Rabbit::Id(),
{ &st::menuIconRabbit });

AddDivider(container);
AddSkip(container);

if (controller->session().supportMode()) {
SetupSupport(controller, container);

Expand Down

0 comments on commit 490b148

Please sign in to comment.