From c0ad80fd4791419b80afc1e7964d4f168b6ada52 Mon Sep 17 00:00:00 2001 From: Loudghiri Ahmed Date: Wed, 31 Oct 2018 15:52:20 -0500 Subject: [PATCH] changed the cpu applet to be a singleton --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92531bf..f296e15 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "longDescription": "Keep an eye on the CPU activity on your Q keyboard!", "officialProductName": "", "appUrl": "", - "isSingleton": false, + "isSingleton": true, "videoUrl": "", "icon": "assets/cpu.png", "image": "assets/q-cpu-usage.png",