Moved Pexels API Requests to API Proxy. Closes #11

This commit is contained in:
Digital Artifex
2025-11-20 00:13:54 -05:00
parent 1b3f272004
commit df6fe5a000
5 changed files with 8 additions and 12 deletions

View File

@@ -10,7 +10,6 @@ Item
property alias selectedFile: searchModel.lastSavedFile
id: mainItem
anchors.fill: parent
Komplex.PexelsImageSearchModel
{
@@ -19,8 +18,7 @@ Item
ColumnLayout
{
width: mainItem.width
height: mainItem.height
anchors.fill: parent
RowLayout
{

View File

@@ -408,7 +408,7 @@ Item
visible: !mediaPlayer.playing
anchors.fill: parent
fillMode: Image.PreserveAspectFill
fillMode: Image.PreserveAspectFit
source: downloadDialog.thumbnail
}
}