agent: Display "generating" label in the active thread (#28297)
Release Notes: - N/A --------- Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de>
This commit is contained in:
parent
85c5d8af3a
commit
698cdc4d1a
2 changed files with 162 additions and 81 deletions
|
@ -51,6 +51,11 @@ impl Label {
|
|||
label: label.into(),
|
||||
}
|
||||
}
|
||||
|
||||
/// Sets the text of the [`Label`].
|
||||
pub fn set_text(&mut self, text: impl Into<SharedString>) {
|
||||
self.label = text.into();
|
||||
}
|
||||
}
|
||||
|
||||
// nate: If we are going to do this, we might as well just
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue