messageTray: Increase max messages per source to 10
After introducing message grouping by source we can safely show much more messages per source. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3012>
This commit is contained in:
parent
47de83a922
commit
aac7c125ce
@ -22,7 +22,7 @@ const HIDE_TIMEOUT = 200;
|
|||||||
const LONGER_HIDE_TIMEOUT = 600;
|
const LONGER_HIDE_TIMEOUT = 600;
|
||||||
|
|
||||||
const MAX_NOTIFICATIONS_IN_QUEUE = 3;
|
const MAX_NOTIFICATIONS_IN_QUEUE = 3;
|
||||||
const MAX_NOTIFICATIONS_PER_SOURCE = 3;
|
const MAX_NOTIFICATIONS_PER_SOURCE = 10;
|
||||||
|
|
||||||
// We delay hiding of the tray if the mouse is within MOUSE_LEFT_ACTOR_THRESHOLD
|
// We delay hiding of the tray if the mouse is within MOUSE_LEFT_ACTOR_THRESHOLD
|
||||||
// range from the point where it left the tray.
|
// range from the point where it left the tray.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user