add phrase names

This commit is contained in:
🪞👃🪞 2024-10-11 13:56:56 +03:00
parent 4081c23aea
commit 0c5967a915
2 changed files with 8 additions and 3 deletions

View file

@ -248,7 +248,7 @@ impl Phrase {
}
}
impl Default for Phrase {
fn default () -> Self { Self::new("", false, 0, None, Some(Color::Rgb(0, 0, 0))) }
fn default () -> Self { Self::new("(empty)", false, 0, None, Some(Color::Rgb(0, 0, 0))) }
}
impl std::cmp::PartialEq for Phrase {
fn eq (&self, other: &Self) -> bool {