mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Fix quit functionality (#184)
This commit is contained in:
parent
3bbe696f4c
commit
c464be8cea
3 changed files with 14 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ export const AppMenu = () => {
|
|||
};
|
||||
|
||||
const handleQuit = () => {
|
||||
browser?.exit();
|
||||
browser?.quit();
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue