mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
add phrase names
This commit is contained in:
parent
4081c23aea
commit
0c5967a915
2 changed files with 8 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue