mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-15 18:04:55 -05:00
feat(ui): remove "solid" background option
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user