Give glyph notifications with bodies the large icon slot
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
8147489f1d
commit
e96163c075
@@ -53,8 +53,8 @@ function glyphFromHints(hints) {
|
||||
return ""
|
||||
}
|
||||
|
||||
function shouldRenderCompactGlyph(glyph, iconSource) {
|
||||
return String(glyph || "").length > 0 && String(iconSource || "").length === 0
|
||||
function shouldRenderCompactGlyph(glyph, iconSource, singleLineToast) {
|
||||
return String(glyph || "").length > 0 && String(iconSource || "").length === 0 && !!singleLineToast
|
||||
}
|
||||
|
||||
function snapshotOf(notification, timestamp) {
|
||||
|
||||
Reference in New Issue
Block a user