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

Auto update and codes ("loadlang" etc) supported in the new Settings.

This commit is contained in:
John Preston
2016-08-27 11:52:05 -06:00
parent fdab386178
commit afab21372b
12 changed files with 318 additions and 17 deletions

View File

@@ -24,6 +24,12 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
namespace Settings {
class LocalPasscodeState : public TWidget {
};
class CloudPasswordState : public TWidget {
};
class PrivacyWidget : public BlockWidget {
Q_OBJECT
@@ -38,6 +44,9 @@ private slots:
private:
void refreshControls();
//ChildWidget<LocalPasscodeState> _localPasscodeState = { nullptr };
//ChildWidget<Ui::WidgetSlideWrap<LabeledLink>> _autoLock = { nullptr };
//ChildWidget<CloudPasswordState> _cloudPasswordState = { nullptr };
ChildWidget<LinkButton> _editPasscode = { nullptr };
ChildWidget<LinkButton> _editPassword = { nullptr };
ChildWidget<LinkButton> _showAllSessions = { nullptr };