Use non-path separator for branch directory rows
This commit is contained in:
parent
b3c28a8723
commit
277e95d07e
1 changed files with 1 additions and 1 deletions
|
|
@ -2744,7 +2744,7 @@ private struct TabItemView: View {
|
|||
|
||||
switch (branchText, directoryText) {
|
||||
case let (branch?, directory?):
|
||||
return "\(branch) / \(directory)"
|
||||
return "\(branch) @ \(directory)"
|
||||
case let (branch?, nil):
|
||||
return branch
|
||||
case let (nil, directory?):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue