fix /exit
This commit is contained in:
parent
ab072290fc
commit
7eccbdc4ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue