[FEAT] Disable checkerboard bg

This commit is contained in:
2025-11-23 17:32:36 +01:00
parent a76c0bd04d
commit 2586a0a0bc

View File

@@ -8,7 +8,7 @@ const backgroundColor = ref('transparent');
const manualCellSizeEnabled = ref(false);
const manualCellWidth = ref(64);
const manualCellHeight = ref(64);
const checkerboardEnabled = ref(true);
const checkerboardEnabled = ref(false);
// Initialize dark mode from localStorage or system preference
if (typeof window !== 'undefined') {