fix: remove broken app.tsx command option
This commit is contained in:
@@ -488,15 +488,6 @@ function App() {
|
|||||||
},
|
},
|
||||||
category: "System",
|
category: "System",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "Open WebUI",
|
|
||||||
value: "webui.open",
|
|
||||||
onSelect: () => {
|
|
||||||
open(sdk.url).catch(() => {})
|
|
||||||
dialog.clear()
|
|
||||||
},
|
|
||||||
category: "System",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Exit the app",
|
title: "Exit the app",
|
||||||
value: "app.exit",
|
value: "app.exit",
|
||||||
|
|||||||
Reference in New Issue
Block a user