2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fixed lock by local passcode for non-primary windows.

This commit is contained in:
23rd
2022-06-08 09:36:50 +03:00
parent 9861370b75
commit 16e61ae2b2
2 changed files with 22 additions and 17 deletions

View File

@@ -324,6 +324,9 @@ private:
void startSystemDarkModeViewer();
void startTray();
void enumerateWindows(
Fn<void(not_null<Window::Controller*>)> callback) const;
friend void QuitAttempt();
void quitDelayed();
[[nodiscard]] bool readyToQuit();