mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Don't use custom notificaions on Wayland even with TDESKTOP_DISABLE_DBUS_INTEGRATION
This commit is contained in:
@@ -656,9 +656,7 @@ void SetupNotificationsContent(
|
||||
}();
|
||||
|
||||
const auto advancedSlide = !Platform::IsMac10_8OrGreater()
|
||||
#ifndef TDESKTOP_DISABLE_DBUS_INTEGRATION
|
||||
&& !Platform::IsWayland()
|
||||
#endif // !TDESKTOP_DISABLE_DBUS_INTEGRATION
|
||||
? container->add(
|
||||
object_ptr<Ui::SlideWrap<Ui::VerticalLayout>>(
|
||||
container,
|
||||
|
Reference in New Issue
Block a user