From ac65b78588bf48a8adfd282cc609a68e5a0d2e7f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 10 Apr 2026 01:10:21 +1000 Subject: [PATCH] fix: reduce notif group list cache buffer --- modules/sidebar/NotifGroupList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sidebar/NotifGroupList.qml b/modules/sidebar/NotifGroupList.qml index 21692587..31aa44b5 100644 --- a/modules/sidebar/NotifGroupList.qml +++ b/modules/sidebar/NotifGroupList.qml @@ -26,7 +26,7 @@ LazyListView { asynchronous: true readyDelay: 1 - cacheBuffer: 800 + cacheBuffer: 400 removeDuration: Appearance.anim.durations.normal useCustomViewport: true