Re-enabled first buzz

pull/2752/head
Bruce Blore 2023-05-13 08:13:25 -07:00
parent 50789ad62c
commit 96389aa255
2 changed files with 2 additions and 1 deletions

View File

@ -133,6 +133,7 @@
var entry = grid_1[x][y];
switch (entry.type) {
case "app":
Bangle.buzz();
var infoFile = storage_1.readJSON(entry.id + '.info', false);
load(infoFile.src);
break;

View File

@ -185,7 +185,7 @@
let entry: GridEntry = grid[x]![y]!;
switch (entry.type) {
case "app":
// Bangle.buzz();
Bangle.buzz();
let infoFile = storage.readJSON(entry.id + '.info', false);
load(infoFile.src);
break;