added settings

This commit is contained in:
2019-11-03 18:52:15 +01:00
parent 6ef4a0854d
commit f8aa97c15e
10 changed files with 624 additions and 51 deletions

View File

@@ -4,6 +4,12 @@ const globalEvents = {
playPause: "playPause",
next: "next",
previous: "previous",
updateInfo: "update-info",
hideSettings: "hideSettings",
showSettings: "showSettings",
updateStatus: "update-status",
storeChanged: "storeChanged",
error: "error",
};
module.exports = globalEvents;

View File

@@ -11,6 +11,8 @@
const settings = {
notifications: "notifications",
api: "api",
menuBar: "menuBar",
playBackControl: "playBackControl",
apiSettings: {
root: "apiSettings",
port: "apiSettings.port",