fix: remove broken app.tsx command option
This commit is contained in:
parent
5369e96ab7
commit
578361de64
1 changed files with 0 additions and 9 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue