Rename player
to players
This commit is contained in:
parent
0867175a4e
commit
437d147935
4 changed files with 6 additions and 6 deletions
|
@ -75,7 +75,7 @@ pub struct Theme {
|
|||
pub git_ignored: Hsla,
|
||||
pub git_renamed: Hsla,
|
||||
|
||||
pub player: [PlayerTheme; 8],
|
||||
pub players: [PlayerTheme; 8],
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue