fix /exit
parent
ab072290fc
commit
7eccbdc4ac
|
|
@ -312,7 +312,7 @@ function App() {
|
|||
{
|
||||
title: "Exit the app",
|
||||
value: "app.exit",
|
||||
onSelect: exit,
|
||||
onSelect: () => exit(),
|
||||
category: "System",
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue