diff --git a/src/stores/index.js b/src/stores/index.js index b0693d3..ec79233 100644 --- a/src/stores/index.js +++ b/src/stores/index.js @@ -35,7 +35,7 @@ export const globalStore = defineStore("globalStore", { picture: new Image(), mainMenu: false, activeSubMenu: "", - loop: false, + loop: true, lastAction: "drawfromlast", renderer: new Renderer(), };