Improve notification title format
This commit is contained in:
parent
ed3cc63b41
commit
a52ee5f1c2
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ impl AppOp {
|
|||
Err(TryRecvError::Empty) => gtk::Continue(true),
|
||||
Err(TryRecvError::Disconnected) => gtk::Continue(false),
|
||||
Ok((name, avatar)) => {
|
||||
let summary = format!("@{} / {}", name, roomname);
|
||||
let summary = format!("{} ({})", name, roomname);
|
||||
|
||||
let bk = bk.clone();
|
||||
let m = m.clone();
|
||||
|
|
Loading…
Reference in a new issue