Fix notification focus

This commit is contained in:
Leonhard Kargl 2024-05-28 12:03:32 +02:00 committed by Corentin Noël
parent f9e9eed71d
commit f0d58b90fe

View File

@ -20,7 +20,7 @@ public class Gala.NotificationsClient : Object {
client.window_created.connect ((window) => {
window.set_data (NOTIFICATION_DATA_KEY, true);
window.make_above ();
#if HAS_MUTTER_46
#if HAS_MUTTER46
client.wayland_client.make_dock (window);
#endif
});