mirror of
https://github.com/elementary/gala.git
synced 2024-11-27 15:45:31 +03:00
Fix notification focus
This commit is contained in:
parent
f9e9eed71d
commit
f0d58b90fe
@ -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
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user