We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4914af4 + d7dcf4f commit e01645bCopy full SHA for e01645b
1 file changed
elementary/messages/blocks.py
@@ -86,6 +86,7 @@ class FactBlock(BaseBlock):
86
type: Literal["fact"] = "fact"
87
title: LineBlock
88
value: LineBlock
89
+ primary: bool = False
90
91
92
class FactListBlock(BaseBlock):
0 commit comments