mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Implement intro wrap for new settings.
This commit is contained in:
@@ -19,6 +19,14 @@ class VerticalLayout;
|
||||
|
||||
namespace Settings {
|
||||
|
||||
bool HasInterfaceScale();
|
||||
void SetupInterfaceScale(
|
||||
not_null<Ui::VerticalLayout*> container,
|
||||
bool icon = true);
|
||||
void SetupFaq(
|
||||
not_null<Ui::VerticalLayout*> container,
|
||||
bool icon = true);
|
||||
|
||||
class Main : public Section {
|
||||
public:
|
||||
Main(
|
||||
|
Reference in New Issue
Block a user