mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-03 10:13:42 +00:00
Fix config file not saving on Android
This commit is contained in:
parent
3ad558cf6e
commit
4164d8fbf3
5 changed files with 12 additions and 7 deletions
|
@ -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:\/\//, "")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue