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

Display full themes list in Settings.

This commit is contained in:
John Preston
2019-09-04 18:59:43 +03:00
parent 534772722e
commit dd74f57a66
10 changed files with 641 additions and 288 deletions

View File

@@ -15,6 +15,7 @@ class Session;
namespace Ui {
class VerticalLayout;
class FlatLabel;
} // namespace Ui
namespace Window {
@@ -90,7 +91,7 @@ void CreateRightLabel(
rpl::producer<QString> label,
const style::InfoProfileButton &st,
rpl::producer<QString> buttonText);
void AddSubsectionTitle(
not_null<Ui::FlatLabel*> AddSubsectionTitle(
not_null<Ui::VerticalLayout*> container,
rpl::producer<QString> text);