add switch to generate colorschemes or not back
This commit is contained in:
parent
a3b84debd4
commit
c3141abbb4
@ -59,7 +59,9 @@ FloatingWindow {
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
onClicked: {
|
||||
Settings.config.currentWall = parent.filePath;
|
||||
wallustRunner.startDetached();
|
||||
if (Settings.config.generateScheme) {
|
||||
wallustRunner.startDetached();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user