forked from Shinonome/dots-hyprland
sidebar: boorus: always download images manually
This commit is contained in:
@@ -15,7 +15,7 @@ Button {
|
|||||||
id: root
|
id: root
|
||||||
property var imageData
|
property var imageData
|
||||||
property var rowHeight
|
property var rowHeight
|
||||||
property bool manualDownload: false
|
property bool manualDownload: true
|
||||||
property string previewDownloadPath
|
property string previewDownloadPath
|
||||||
property string downloadPath
|
property string downloadPath
|
||||||
property string nsfwPath
|
property string nsfwPath
|
||||||
|
|||||||
@@ -237,7 +237,7 @@ Rectangle {
|
|||||||
rowHeight: imageRow.rowHeight
|
rowHeight: imageRow.rowHeight
|
||||||
imageRadius: imageRow.modelData.images.length == 1 ? 50 : Appearance.rounding.normal
|
imageRadius: imageRow.modelData.images.length == 1 ? 50 : Appearance.rounding.normal
|
||||||
// Download manually to reduce redundant requests or make sure downloading works
|
// Download manually to reduce redundant requests or make sure downloading works
|
||||||
manualDownload: ["danbooru", "waifu.im", "t.alcy.cc"].includes(root.responseData.provider)
|
// manualDownload: ["danbooru", "waifu.im", "t.alcy.cc"].includes(root.responseData.provider)
|
||||||
previewDownloadPath: root.previewDownloadPath
|
previewDownloadPath: root.previewDownloadPath
|
||||||
downloadPath: root.downloadPath
|
downloadPath: root.downloadPath
|
||||||
nsfwPath: root.nsfwPath
|
nsfwPath: root.nsfwPath
|
||||||
|
|||||||
Reference in New Issue
Block a user