fix /exit

This commit is contained in:
Aiden Cline
2025-11-17 16:13:41 -06:00
parent aa8912f36c
commit ca93938a78
+1 -1
View File
@@ -312,7 +312,7 @@ function App() {
{
title: "Exit the app",
value: "app.exit",
onSelect: exit,
onSelect: () => exit(),
category: "System",
},
{