diff options
Diffstat (limited to 'packages/app')
| -rw-r--r-- | packages/app/src/components/session/session-header.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/app/src/components/session/session-header.tsx b/packages/app/src/components/session/session-header.tsx index d531fa50a..f3209c354 100644 --- a/packages/app/src/components/session/session-header.tsx +++ b/packages/app/src/components/session/session-header.tsx @@ -35,6 +35,7 @@ const OPEN_APPS = [ "terminal", "iterm2", "ghostty", + "warp", "xcode", "android-studio", "powershell", @@ -63,6 +64,7 @@ const MAC_APPS = [ { id: "terminal", label: "Terminal", icon: "terminal", openWith: "Terminal" }, { id: "iterm2", label: "iTerm2", icon: "iterm2", openWith: "iTerm" }, { id: "ghostty", label: "Ghostty", icon: "ghostty", openWith: "Ghostty" }, + { id: "warp", label: "Warp", icon: "warp", openWith: "Warp" }, { id: "xcode", label: "Xcode", icon: "xcode", openWith: "Xcode" }, { id: "android-studio", |
