This website requires JavaScript.
Explore
Help
Sign In
YuzuZensai
/
Termix
Watch
1
Star
0
Fork
0
mirror of
https://github.com/YuzuZensai/Termix.git
synced
2026-09-13 18:58:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ec606c2c4b3993827b24e9c5c390df3e701e6fbb
Termix
/
electron
/
app-quit.cjs
T
7 lines
100 B
JavaScript
Raw
Normal View
History
Unescape
Escape
+5
release-2.7.0 (
#1264
)
2026-08-19 14:12:06 -05:00
function
quitApp
(
app
,
window
)
{
window
?
.
destroy
();
app
.
quit
();
}
module
.
exports
=
{
quitApp
};
Reference in New Issue
Copy Permalink