mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-01 06:42:26 +00:00
Add availability to disable terminal title using OPENCODE_DISABLE_TERMINAL_TITLE env (#5661)
This commit is contained in:
@@ -174,6 +174,8 @@ function App() {
|
||||
|
||||
// Update terminal window title based on current route and session
|
||||
createEffect(() => {
|
||||
if (Flag.OPENCODE_DISABLE_TERMINAL_TITLE) return
|
||||
|
||||
if (route.data.type === "home") {
|
||||
renderer.setTerminalTitle("OpenCode")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user