Show user permissions after nick, not before
This commit is contained in:
parent
f501170d2c
commit
db19dbe818
1 changed files with 2 additions and 2 deletions
|
|
@ -202,8 +202,8 @@ impl EuphRoom {
|
|||
""
|
||||
};
|
||||
|
||||
let normal = Styled::new(owner).then(perms).then((name, style));
|
||||
let selected = Styled::new(owner).then(perms).then((name, style_inv));
|
||||
let normal = Styled::new(owner).then((name, style)).then(perms);
|
||||
let selected = Styled::new(owner).then((name, style_inv)).then(perms);
|
||||
list.add_sel(
|
||||
id,
|
||||
Text::new(normal),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue