2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Add language and scale settings.

This commit is contained in:
John Preston
2018-09-06 00:01:50 +03:00
parent a7725f03bb
commit 3f543347b8
10 changed files with 226 additions and 20 deletions

View File

@@ -13,6 +13,10 @@ namespace Window {
class Controller;
} // namespace Window
namespace Ui {
class VerticalLayout;
} // namespace Ui
namespace Settings {
class Main : public Section {
@@ -26,6 +30,7 @@ public:
private:
void setupContent(not_null<Window::Controller*> controller);
void setupSections(not_null<Ui::VerticalLayout*> container);
not_null<UserData*> _self;
rpl::event_stream<Type> _showOther;