mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-18 16:28:55 +00:00
Fix converted / non-converted status
This commit is contained in:
parent
6ebf23ae3c
commit
596d632e5a
1 changed files with 2 additions and 2 deletions
|
@ -320,9 +320,9 @@ fn score_embed<'a>(
|
|||
.push_bold_line(
|
||||
b.mode.to_string()
|
||||
+ if bm.is_converted() {
|
||||
""
|
||||
} else {
|
||||
" (Converted)"
|
||||
} else {
|
||||
""
|
||||
},
|
||||
)
|
||||
.push("CS")
|
||||
|
|
Loading…
Add table
Reference in a new issue