We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296f886 commit d5e9866Copy full SHA for d5e9866
1 file changed
qml/Application.qml
@@ -167,7 +167,7 @@ ApplicationWindow {
167
{
168
id: applicationSettings
169
category: "Application"
170
- property url foldername: StandardPaths.writableLocation(StandardPaths.PicturesLocation)
+ property url foldername: StandardPaths.writableLocation(StandardPaths.PicturesLocation) + "/photobooth"
171
property bool printEnable: true
172
property string password: "0815"
173
property string language: "en"
0 commit comments