Updated default folder path for output shader
This commit is contained in:
@@ -217,7 +217,7 @@ Kirigami.FormLayout
|
|||||||
Layout.preferredHeight: Kirigami.Units.gridUnit * 2
|
Layout.preferredHeight: Kirigami.Units.gridUnit * 2
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
fileDialog.currentFolder = "file://" + shaderPackModel.shadersPath + "/generative";
|
fileDialog.currentFolder = "file://" + shaderPackModel.shadersPath;
|
||||||
fileDialog.open();
|
fileDialog.open();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user