From c964410f7b4fc8c67c1c15fc6da195ac26e36fe9 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Tue, 26 Feb 2019 16:42:54 -0500 Subject: [PATCH] Add variable for tracking whether or not light feature is disabled. --- app/lib/ui/light.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib/ui/light.js b/app/lib/ui/light.js index 48a114f..d425c25 100644 --- a/app/lib/ui/light.js +++ b/app/lib/ui/light.js @@ -62,6 +62,7 @@ light.help = ` light.queue = {}; light.lock = false; +light.disabled = false; light.init = function () { 'use strict';