Add update UI for all resource types

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2024-03-06 14:56:04 +00:00
parent 82d0f204e2
commit 27780cc7ae
18 changed files with 498 additions and 184 deletions

View File

@ -56,5 +56,10 @@ class TexturePackPage : public ExternalResourcesPage {
public slots:
bool onSelectionChanged(const QModelIndex& current, const QModelIndex& previous) override;
void downloadTPs();
void downloadTexturePacks();
void updateTexturePacks();
void deleteTexturePackMetadata();
private:
std::shared_ptr<TexturePackFolderModel> m_model;
};