Add configurable new message effects
This commit is contained in:
@@ -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
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user