We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
+
1 parent 47e6d8b commit 443135aCopy full SHA for 443135a
1 file changed
qml/pages/DriveSettings.qml
@@ -15,7 +15,7 @@ Page {
15
16
onStatusChanged: {
17
if (status === PageStatus.Activating) {
18
- downloadValue.value = getName(config.readConfig("Google Drive/download_folder", config.getHome() "/Downloads"))
+ downloadValue.value = getName(config.readConfig("Google Drive/download_folder", config.getHome() + "/Downloads"))
19
uploadValue.value = getName(config.readConfig("Google Drive/upload_folder", "/||root"))
20
}
21
0 commit comments