diff --git a/src/renderer/main/ciderfrontapi.js b/src/renderer/main/ciderfrontapi.js index 95a57919..6b87ad3f 100644 --- a/src/renderer/main/ciderfrontapi.js +++ b/src/renderer/main/ciderfrontapi.js @@ -3,8 +3,8 @@ const CiderFrontAPI = { MenuEntry: function () { this.id = ""; this.name = ""; - this.onClick = () => { }; - this.top = false + this.onClick = () => {}; + this.top = false; }, }, AddMenuEntry(entry) {