fix: remove broken app.tsx command option

pull/10632/head
Aiden Cline 2026-01-25 20:27:24 -05:00
parent 5369e96ab7
commit 578361de64
1 changed files with 0 additions and 9 deletions

View File

@ -488,15 +488,6 @@ function App() {
},
category: "System",
},
{
title: "Open WebUI",
value: "webui.open",
onSelect: () => {
open(sdk.url).catch(() => {})
dialog.clear()
},
category: "System",
},
{
title: "Exit the app",
value: "app.exit",