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

Don't mark messages as read when screen is locked.

This commit is contained in:
John Preston
2021-04-27 12:46:51 +04:00
parent da1168fb00
commit 819ce06dfb
12 changed files with 79 additions and 23 deletions

View File

@@ -727,6 +727,10 @@ bool SkipFlashBounce() {
return Inhibited();
}
bool HideDetails() {
return false;
}
bool Supported() {
return ServiceRegistered;
}