mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Display full themes list in Settings.
This commit is contained in:
@@ -158,10 +158,10 @@ not_null<Button*> AddButtonWithLabel(
|
||||
return button;
|
||||
}
|
||||
|
||||
void AddSubsectionTitle(
|
||||
not_null<Ui::FlatLabel*> AddSubsectionTitle(
|
||||
not_null<Ui::VerticalLayout*> container,
|
||||
rpl::producer<QString> text) {
|
||||
container->add(
|
||||
return container->add(
|
||||
object_ptr<Ui::FlatLabel>(
|
||||
container,
|
||||
std::move(text),
|
||||
|
Reference in New Issue
Block a user