booru: instant feedback on enter

This commit is contained in:
end-4
2025-05-04 00:11:36 +02:00
parent dc0a15e63b
commit 41e82f0693
4 changed files with 17 additions and 22 deletions
@@ -18,7 +18,7 @@ Item {
id: root
property var panelWindow
property var inputField: tagInputField
readonly property list<var> responses: Booru.responses
readonly property var responses: Booru.responses
property string previewDownloadPath: `${StandardPaths.standardLocations(StandardPaths.CacheLocation)[0]}/media/waifus`.replace("file://", "")
property string downloadPath: (StandardPaths.standardLocations(StandardPaths.PicturesLocation)[0] + "/homework").replace("file://", "")
property string nsfwPath: (StandardPaths.standardLocations(StandardPaths.PicturesLocation)[0] + "/homework/🌶️").replace("file://", "")