fix /exit

This commit is contained in:
Aiden Cline 2025-11-17 16:13:41 -06:00
commit 7eccbdc4ac

View file

@ -312,7 +312,7 @@ function App() {
{ {
title: "Exit the app", title: "Exit the app",
value: "app.exit", value: "app.exit",
onSelect: exit, onSelect: () => exit(),
category: "System", category: "System",
}, },
{ {