mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-27 06:25:42 +03:00
Omit '(unnamed)' from tab name
This commit is contained in:
parent
16a47cdd06
commit
b9677589a0
@ -257,7 +257,7 @@ impl Tab {
|
||||
};
|
||||
|
||||
let name = if name.is_empty() {
|
||||
format!("Tab #{} (unnamed)", position + 1)
|
||||
format!("Tab #{}", position + 1)
|
||||
} else {
|
||||
name
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user