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

Added ability to check if OS has support of notifications volume.

This commit is contained in:
23rd
2025-08-12 17:03:16 +03:00
parent ced146fc63
commit a3e8848bc8
4 changed files with 13 additions and 0 deletions

View File

@@ -233,6 +233,10 @@ bool ByDefault() {
}, HasCapability);
}
bool VolumeSupported() {
return false;
}
void Create(Window::Notifications::System *system) {
static const auto ServiceWatcher = CreateServiceWatcher();