add switch to generate colorschemes or not back

This commit is contained in:
lucy 2026-01-21 21:59:50 +01:00
parent a3b84debd4
commit c3141abbb4

View File

@ -59,11 +59,13 @@ FloatingWindow {
cursorShape: Qt.PointingHandCursor
onClicked: {
Settings.config.currentWall = parent.filePath;
if (Settings.config.generateScheme) {
wallustRunner.startDetached();
}
}
}
}
}
model: folderModel
delegate: fileDelegate