diff --git a/src/AppMenu.vue b/src/AppMenu.vue index 18bd9de..8f73df6 100644 --- a/src/AppMenu.vue +++ b/src/AppMenu.vue @@ -82,7 +82,7 @@ export default { Array.from(window.topMenuApps).forEach((id) => { if (ncApps.hasOwnProperty(id)) { - that.apps[id] = ncApps[id] + that.apps[id] = ncApps[id] } })