feat(ui): remove "solid" background option

This commit is contained in:
psychedelicious
2024-08-22 17:20:28 +10:00
parent f4998bc308
commit 591e8162c1
10 changed files with 39 additions and 74 deletions

View File

@@ -36,7 +36,7 @@ export class CanvasBackgroundModule {
render() {
const settings = this.manager.stateApi.getSettings();
if (settings.canvasBackgroundStyle !== 'dynamicGrid') {
if (!settings.dynamicGrid) {
this.konva.layer.visible(false);
return;
}