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

passcode added to os x

This commit is contained in:
John Preston
2015-03-02 18:36:13 +03:00
parent 7630b47c3a
commit ff29cbf3e7
7 changed files with 62 additions and 8 deletions

View File

@@ -470,6 +470,7 @@ void Window::clearWidgets() {
intro = 0;
}
title->updateBackButton();
updateGlobalMenu();
}
void Window::clearPasscode() {
@@ -488,6 +489,7 @@ void Window::clearPasscode() {
}
notifyUpdateAll();
title->updateBackButton();
updateGlobalMenu();
}
void Window::setupPasscode(bool anim) {
@@ -510,6 +512,7 @@ void Window::setupPasscode(bool anim) {
_shouldLockAt = 0;
notifyUpdateAll();
title->updateBackButton();
updateGlobalMenu();
}
void Window::checkAutoLockIn(int msec) {