mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Use default color theme link in non-authed Advanced settings section.
This commit is contained in:
@@ -38,11 +38,13 @@ private slots:
|
||||
#endif // !TDESKTOP_DISABLE_NETWORK_PROXY
|
||||
void onAskQuestion();
|
||||
void onAskQuestionSure();
|
||||
void onUseDefaultTheme();
|
||||
void onTelegramFAQ();
|
||||
void onLogOut();
|
||||
|
||||
private:
|
||||
void createControls();
|
||||
void checkNonDefaultTheme();
|
||||
#ifndef TDESKTOP_DISABLE_NETWORK_PROXY
|
||||
void connectionTypeUpdated();
|
||||
#endif // !TDESKTOP_DISABLE_NETWORK_PROXY
|
||||
@@ -52,6 +54,7 @@ private:
|
||||
#ifndef TDESKTOP_DISABLE_NETWORK_PROXY
|
||||
object_ptr<LabeledLink> _connectionType = { nullptr };
|
||||
#endif // !TDESKTOP_DISABLE_NETWORK_PROXY
|
||||
object_ptr<Ui::WidgetSlideWrap<Ui::LinkButton>> _useDefaultTheme = { nullptr };
|
||||
object_ptr<Ui::LinkButton> _askQuestion = { nullptr };
|
||||
object_ptr<Ui::LinkButton> _telegramFAQ = { nullptr };
|
||||
object_ptr<Ui::LinkButton> _logOut = { nullptr };
|
||||
|
Reference in New Issue
Block a user