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

Hide native notification details on lock screen.

This commit is contained in:
John Preston
2021-04-27 13:51:52 +04:00
parent e9196bbbb5
commit e26e666135
7 changed files with 16 additions and 19 deletions

View File

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