tweak: oc -> OC
This commit is contained in:
parent
b274371dbb
commit
e36c349222
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ function App() {
|
|||
|
||||
// Truncate title to 40 chars max
|
||||
const title = session.title.length > 40 ? session.title.slice(0, 37) + "..." : session.title
|
||||
renderer.setTerminalTitle(`oc | ${title}`)
|
||||
renderer.setTerminalTitle(`OC | ${title}`)
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue