mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-08 08:04:08 +02:00
Remove unneeded divider from Advanced settings.
This commit is contained in:
parent
efdc39a273
commit
33d87a3ffe
2 changed files with 1 additions and 1 deletions
|
@ -751,6 +751,7 @@ void Advanced::setupContent(not_null<Window::SessionController*> controller) {
|
||||||
if (!cAutoUpdate()) {
|
if (!cAutoUpdate()) {
|
||||||
addUpdate();
|
addUpdate();
|
||||||
}
|
}
|
||||||
|
addDivider();
|
||||||
SetupDataStorage(controller, content);
|
SetupDataStorage(controller, content);
|
||||||
SetupAutoDownload(controller, content);
|
SetupAutoDownload(controller, content);
|
||||||
SetupSystemIntegration(controller, content, [=](Type type) {
|
SetupSystemIntegration(controller, content, [=](Type type) {
|
||||||
|
|
|
@ -853,7 +853,6 @@ void SetupDataStorage(
|
||||||
not_null<Ui::VerticalLayout*> container) {
|
not_null<Ui::VerticalLayout*> container) {
|
||||||
using namespace rpl::mappers;
|
using namespace rpl::mappers;
|
||||||
|
|
||||||
AddDivider(container);
|
|
||||||
AddSkip(container);
|
AddSkip(container);
|
||||||
|
|
||||||
AddSubsectionTitle(container, tr::lng_settings_data_storage());
|
AddSubsectionTitle(container, tr::lng_settings_data_storage());
|
||||||
|
|
Loading…
Add table
Reference in a new issue