Commit fb9d0b01 authored by Erik Reider's avatar Erik Reider

Don't focus incoming notifications in the Control Center. Fixes #671

parent b03cb23d
...@@ -278,9 +278,6 @@ namespace SwayNotificationCenter.Widgets { ...@@ -278,9 +278,6 @@ namespace SwayNotificationCenter.Widgets {
list_box.invalidate_sort (); list_box.invalidate_sort ();
scroll_to_start (); scroll_to_start ();
// Focus the incoming notification
group.grab_focus ();
} }
public void set_list_is_reversed (bool reversed) { public void set_list_is_reversed (bool reversed) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment