fix: remove broken app.tsx command option

This commit is contained in:
Aiden Cline
2026-01-25 20:27:24 -05:00
parent 5369e96ab7
commit 578361de64

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",