Fix config file not saving on Android

This commit is contained in:
Vyn 2024-05-21 14:06:17 +02:00
parent 3ad558cf6e
commit 4164d8fbf3
5 changed files with 12 additions and 7 deletions

View file

@ -74,7 +74,6 @@ Rectangle {
Component {
id: calendarViewComponent
CalendarView {
}
}

View file

@ -42,7 +42,6 @@ ColumnLayout {
FileDialog {
id: fileDialog
currentFolder: StandardPaths.standardLocations(StandardPaths.PicturesLocation)[0]
onAccepted: {
console.log(selectedFile.toString())
internal.paths = [...internal.paths, selectedFile.toString().replace(/^file:\/\//, "")]