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