Skip to content

Commit d5e9866

Browse files
committed
better default folder name
1 parent 296f886 commit d5e9866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qml/Application.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ ApplicationWindow {
167167
{
168168
id: applicationSettings
169169
category: "Application"
170-
property url foldername: StandardPaths.writableLocation(StandardPaths.PicturesLocation)
170+
property url foldername: StandardPaths.writableLocation(StandardPaths.PicturesLocation) + "/photobooth"
171171
property bool printEnable: true
172172
property string password: "0815"
173173
property string language: "en"

0 commit comments

Comments
 (0)