don't create homework folder before it's necessary (#2264)

This commit is contained in:
end-4
2025-10-24 17:37:34 +02:00
parent 435ff32904
commit a3ced86214
2 changed files with 4 additions and 12 deletions
@@ -23,15 +23,6 @@ Item {
property var suggestionQuery: ""
property var suggestionList: []
Connections {
target: Config
function onReadyChanged() {
if (Config.options.policies.weeb !== 0) {
Quickshell.execDetached(["bash", "-c", `mkdir -p '${root.downloadPath}' && mkdir -p '${root.nsfwPath}'`])
}
}
}
Connections {
target: Booru
function onTagSuggestion(query, suggestions) {