mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
0.7.19 version with passcode lock option
This commit is contained in:
@@ -86,6 +86,8 @@ public slots:
|
||||
void usernameChanged();
|
||||
void updateConnectionType();
|
||||
|
||||
void passcodeChanged();
|
||||
|
||||
void updateBackgroundRect();
|
||||
|
||||
void peerUpdated(PeerData *data);
|
||||
@@ -97,6 +99,10 @@ public slots:
|
||||
void onCheckNow();
|
||||
void onRestartNow();
|
||||
|
||||
void onPasscode();
|
||||
void onPasscodeOff();
|
||||
void onAutoLock();
|
||||
|
||||
void onConnectionType();
|
||||
|
||||
void onUsername();
|
||||
@@ -242,11 +248,14 @@ private:
|
||||
TempDirClearState _storageClearState;
|
||||
|
||||
// advanced
|
||||
LinkButton _connectionType, _resetSessions;
|
||||
FlatButton _logOut;
|
||||
|
||||
LinkButton _passcodeEdit, _passcodeTurnOff, _autoLock;
|
||||
QString _autoLockText;
|
||||
int32 _autoLockWidth;
|
||||
LinkButton _connectionType;
|
||||
QString _connectionTypeText;
|
||||
int32 _connectionTypeWidth;
|
||||
LinkButton _resetSessions;
|
||||
FlatButton _logOut;
|
||||
|
||||
bool _resetDone;
|
||||
|
||||
|
Reference in New Issue
Block a user