@@ -8,6 +8,7 @@ const features = [
"externallinks",
"clientsettings",
"multiserver",
+ "quitapp",
"remotecontrol",
"fullscreenchange",
"filedownload",
@@ -55,6 +56,10 @@ window.NativeShell = {
showSettingsModal();
},
+ quitApp() {
+ window.api.system.exit();
+ },
+
getPlugins() {
return plugins;
}