feat(ui): show background process notify state

This commit is contained in:
Shantur Rathore
2026-04-08 16:09:17 +01:00
parent 1130066a33
commit 5107ac207e
10 changed files with 35 additions and 1 deletions

View File

@@ -582,6 +582,7 @@ export class BackgroundProcessManager {
exitCode: record.exitCode,
outputSizeBytes: record.outputSizeBytes,
terminalReason: record.terminalReason,
notifyEnabled: Boolean(record.notify),
}
}