Merge pull request #1058 from Ryex/feature/images-for-resource-page

Feature: image coumn for Mod, Resource Pack, and Texturepack pages
This commit is contained in:
Rachel Powers
2023-06-22 13:26:47 -07:00
committed by GitHub
31 changed files with 1085 additions and 85 deletions

View File

@ -61,6 +61,7 @@ class ExternalResourcesPage : public QMainWindow, public BasePage {
virtual void viewConfigs();
void ShowContextMenu(const QPoint& pos);
void ShowHeaderContextMenu(const QPoint& pos);
protected:
BaseInstance* m_instance = nullptr;