Update AppImage

This commit is contained in:
MacRimi
2025-12-10 17:35:43 +01:00
parent 0424961d46
commit ddc8429499
2 changed files with 16 additions and 7 deletions

View File

@@ -510,7 +510,12 @@ export function ScriptTerminalModal({
>
<DialogTitle>{currentInteraction.title}</DialogTitle>
<div className="space-y-4">
<p className="whitespace-pre-wrap">{currentInteraction.message}</p>
<p
className="whitespace-pre-wrap"
dangerouslySetInnerHTML={{
__html: currentInteraction.message.replace(/\\n/g, "<br/>").replace(/\n/g, "<br/>"),
}}
/>
{currentInteraction.type === "yesno" && (
<div className="flex gap-2">