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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user