mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-20 16:13:46 +08:00
Added ability to check if OS has support of notifications volume.
This commit is contained in:
@@ -233,6 +233,10 @@ bool ByDefault() {
|
||||
}, HasCapability);
|
||||
}
|
||||
|
||||
bool VolumeSupported() {
|
||||
return false;
|
||||
}
|
||||
|
||||
void Create(Window::Notifications::System *system) {
|
||||
static const auto ServiceWatcher = CreateServiceWatcher();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user