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

@ -56,6 +56,7 @@ class ShaderPackPage : public ExternalResourcesPage {
void downloadShaderPack();
void updateShaderPacks();
void deleteShaderPackMetadata();
void changeShaderPackVersion();
private:
std::shared_ptr<ShaderPackFolderModel> m_model;