From 9cdb008a720ff1c2cc7014e7fae81aadc55be38d Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 16 Oct 2022 18:33:50 +0200 Subject: [PATCH] update indentation (4 spaces -> 2 spaces) --- src/AppMenu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] } })