We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b90e37 commit d2c019fCopy full SHA for d2c019f
dots/.config/quickshell/ii/modules/waffle/notificationCenter/WNotificationGroup.qml
@@ -44,7 +44,7 @@ MouseArea {
44
width: ListView.view.width
45
notification: modelData
46
groupExpandControlMessage: {
47
- if (root.notifications.length === 0) return "";
+ if (root.notifications.length <= 1) return "";
48
if (!root.expanded) return Translation.tr("+%1 notifications").arg(root.notifications.length - 1);
49
if (index === root.notifications.length - 1) return Translation.tr("See fewer");
50
return "";
0 commit comments