mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-23 14:09:40 +00:00
Added Quit App functionality
This commit is contained in:
parent
54fc7cb8e1
commit
79a45547f5
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user