2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Remove unneeded divider from Advanced settings.

This commit is contained in:
John Preston
2022-03-16 11:06:44 +04:00
parent efdc39a273
commit 33d87a3ffe
2 changed files with 1 additions and 1 deletions

View File

@@ -751,6 +751,7 @@ void Advanced::setupContent(not_null<Window::SessionController*> controller) {
if (!cAutoUpdate()) {
addUpdate();
}
addDivider();
SetupDataStorage(controller, content);
SetupAutoDownload(controller, content);
SetupSystemIntegration(controller, content, [=](Type type) {

View File

@@ -853,7 +853,6 @@ void SetupDataStorage(
not_null<Ui::VerticalLayout*> container) {
using namespace rpl::mappers;
AddDivider(container);
AddSkip(container);
AddSubsectionTitle(container, tr::lng_settings_data_storage());