Fix default panorama not getting selected

This commit is contained in:
maximilian1121
2026-03-15 20:07:11 -06:00
parent e27b6325ff
commit fa3c75a2b7

View File

@@ -39,7 +39,7 @@ const schema = {
system_frame: { type: "boolean" },
pano: { type: "string" },
},
default: { sfx: true, system_frame: false, pano: "TU46" },
default: { sfx: true, system_frame: false, pano: "TU46_D" },
},
};