Omit '(unnamed)' from tab name
This commit is contained in:
parent
16a47cdd06
commit
b9677589a0
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ impl Tab {
|
|||
};
|
||||
|
||||
let name = if name.is_empty() {
|
||||
format!("Tab #{} (unnamed)", position + 1)
|
||||
format!("Tab #{}", position + 1)
|
||||
} else {
|
||||
name
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue