recorder: fix WIDGETS check in clkinfo

master
Rob Pilling 2023-07-27 18:10:18 +01:00
parent 9fa0103443
commit 2ac83661ad
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
return {
name: "Bangle",
items: WIDGETS["recorder"] ? [
items: typeof WIDGETS !== "undefined" && WIDGETS["recorder"] ? [
{
name: "Toggle",
get: () => WIDGETS["recorder"].isRecording() ? {