Renamed downloadAndStore to downloadCache

This commit is contained in:
2025-01-23 19:46:19 +01:00
parent 5202251ac7
commit 9744083dea
3 changed files with 27 additions and 22 deletions

View File

@ -11,7 +11,7 @@ export type TeleportSettings = {
export const useMapEditorStore = defineStore('mapEditor', {
state: () => {
return {
active: true,
active: false,
mapId: '',
tool: 'move',
drawMode: 'tile',