Updated endpoint references

This commit is contained in:
Digital Artifex
2026-08-15 09:57:30 -04:00
parent bb4e3c7562
commit 9fbf90b0c9
7 changed files with 9 additions and 30 deletions
@@ -36,10 +36,7 @@ class KOMPLEX_EXPORT NewestPacksPaginator : public WallpaperPaginator
public:
explicit NewestPacksPaginator(QObject *parent = nullptr) : WallpaperPaginator(parent)
{
setUri(
QString::fromUtf8(KOMPLEX_ENDPOINT_PACKS_NEWEST)
);
setUri(KOMPLEX_ENDPOINT_PACKS_NEWEST);
controller()->setWindowSize(20);
}
};