mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Beta version 10019002: fixed build for Xcode.
This commit is contained in:
@@ -28,6 +28,14 @@ namespace Notifications {
|
||||
inline void defaultNotificationShown(QWidget *widget) {
|
||||
}
|
||||
|
||||
inline bool skipAudio() {
|
||||
return false;
|
||||
}
|
||||
|
||||
inline bool skipToast() {
|
||||
return false;
|
||||
}
|
||||
|
||||
class Manager : public Window::Notifications::NativeManager {
|
||||
public:
|
||||
Manager();
|
||||
|
Reference in New Issue
Block a user