diff --git a/main/main.js b/main/main.js index f3d7531b..e4c111a7 100644 --- a/main/main.js +++ b/main/main.js @@ -265,11 +265,11 @@ function initializeApp() { break; } - case "m": { - // Ctrl+M - Move focus to main menu button - e.preventDefault(); - menuButton.focus(); - break; + case "m": { + // Ctrl+M - Move focus to main menu button + e.preventDefault(); + menuButton.focus(); + break; } case "g": { @@ -397,6 +397,7 @@ window.onload = async function () { initializeBlockHandling(); console.log("Welcome to Flock XR 🐦🐦🐦"); + console.log("Release 1"); // Autosave every 30 seconds: to localStorage and (if a file was saved) to that file setInterval(() => {