Add configurable new message effects

This commit is contained in:
rajchales-monito
2026-07-24 14:10:39 +02:00
parent e3270201b8
commit 0fe92f3439
4 changed files with 70 additions and 18 deletions
+6 -2
View File
@@ -267,10 +267,14 @@ function defaultSettings() {
breathe: true,
ring: true,
hoverLabel: true,
wave: true,
avatar: true
},
notifications: { pulseOnAdminReply: true }
notifications: {
pulseOnAdminReply: true,
badgeOnAdminReply: true,
labelOnAdminReply: true,
wiggleOnAdminReply: true
}
};
}