mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
feat(toaster): add support for fullTemplateTitle
This commit is contained in:
@@ -78,7 +78,9 @@ const GamepadUIQAMToast: FC<ToastProps> = memo(({ toast }) => {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className={templateClasses.StandardNotificationDescription}>{toast.title}</div>
|
<div className={templateClasses.StandardNotificationDescription}>
|
||||||
|
{toast.fullTemplateTitle || toast.title}
|
||||||
|
</div>
|
||||||
<div className={templateClasses.StandardNotificationSubText}>{toast.body}</div>
|
<div className={templateClasses.StandardNotificationSubText}>{toast.body}</div>
|
||||||
</div>
|
</div>
|
||||||
{/* TODO support NewIndicator */}
|
{/* TODO support NewIndicator */}
|
||||||
|
|||||||
Reference in New Issue
Block a user