Add Change Version action to all pages

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2024-10-28 16:07:41 +00:00
parent 1809858fc7
commit f57ca1e79e
11 changed files with 190 additions and 9 deletions

View File

@ -59,6 +59,7 @@ class TexturePackPage : public ExternalResourcesPage {
void downloadTexturePacks();
void updateTexturePacks();
void deleteTexturePackMetadata();
void changeTexturePackVersion();
private:
std::shared_ptr<TexturePackFolderModel> m_model;