Skip to content

Commit

Permalink
Save exported OPML file in Documents folder to avoid SailJail limitat…
Browse files Browse the repository at this point in the history
…ions

fixes gpodder#209 (or works around it)
Not tested.
  • Loading branch information
RaphaelWimmer authored Oct 20, 2024
1 parent a9c010c commit 700e710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/ImportOPML.qml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Dialog {
py.call('main.import_opml', [importOPML.selectedFile])
} else {
if(exportFile.text.charAt(0) != '/') {
exportFile.text = StandardPaths.home + '/' + exportFile.text
exportFile.text = StandardPaths.home + '/Documents/' + exportFile.text
}

py.call('main.export_opml', [exportFile.text])
Expand Down

0 comments on commit 700e710

Please sign in to comment.