Commit 7f401260 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! Lox integration

TB 43765: Disable lox on alpha channel.
parent 8097c04c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
/* eslint-disable mozilla/valid-lazy */
import { AppConstants } from "resource://gre/modules/AppConstants.sys.mjs";
import {
  clearInterval,
  setInterval,
@@ -121,7 +120,7 @@ class LoxImpl {
   *
   * @type {boolean}
   */
  #enabled = AppConstants.MOZ_UPDATE_CHANNEL !== "release";
  #enabled = false;

  get enabled() {
    return this.#enabled;