fix(calc): Fix display of name for Qalculate
This commit is contained in:
parent
810cf39580
commit
78704bba85
1 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ impl App {
|
|||
pub async fn context(&mut self) {
|
||||
let options = vec![ContextOption {
|
||||
id: 0,
|
||||
name: "Qalc Manual".into(),
|
||||
name: "Qalculate! Manual".into(),
|
||||
}];
|
||||
|
||||
crate::send(&mut self.out, PluginResponse::Context { id: 0, options }).await;
|
||||
|
|
@ -80,7 +80,7 @@ impl App {
|
|||
.outcome
|
||||
.clone()
|
||||
.unwrap_or_else(|| [search, " x = ?"].concat()),
|
||||
description: "Math expressions by Qalc".to_owned(),
|
||||
description: "Math expressions by Qalculate!".to_owned(),
|
||||
icon: Some(IconSource::Name(Cow::Borrowed("accessories-calculator"))),
|
||||
..Default::default()
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue