diff --git a/native/nativeshell.js b/native/nativeshell.js index d19b486..86a2d4a 100644 --- a/native/nativeshell.js +++ b/native/nativeshell.js @@ -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; }