mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 20:26:42 +01:00
remove Tui suffixes
This commit is contained in:
parent
8d519c53dc
commit
795d91abd8
14 changed files with 47 additions and 47 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use crate::*;
|
||||
impl ArrangerTui {
|
||||
impl Arranger {
|
||||
pub fn track_next_name (&self) -> String {
|
||||
format!("T{}", self.tracks.len() + 1)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue