mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-12 23:58:22 +02:00
added a space between the name and the suffix
This commit is contained in:
parent
9c28594934
commit
8e06d46891
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class Track:
|
|||
if self.prefix in trackname_color:
|
||||
prefix = trackname_color[self.prefix] + " "
|
||||
if self.suffix in trackname_color:
|
||||
suffix = "(" + trackname_color[self.suffix] + ")"
|
||||
suffix = " (" + trackname_color[self.suffix] + ")"
|
||||
|
||||
name = (star_text + prefix + hl_prefix + self.name + hl_suffix + suffix)
|
||||
name = name.replace("_", " ")
|
||||
|
|
Loading…
Reference in a new issue