GH-994 hopefully fix issue with people still using jar mods
Added an 'add mods' button to the version page Add jar mods now has a very angry nag dialog until it's used successfully Buttons on version page are rearranged to deemphasize jar mods
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
#include <QModelIndex>
|
||||
|
||||
#include "pages/BasePageProvider.h"
|
||||
#include "pages/BasePageContainer.h"
|
||||
|
||||
class QLayout;
|
||||
class IconLabel;
|
||||
@ -30,7 +31,7 @@ class QLineEdit;
|
||||
class QStackedLayout;
|
||||
class QGridLayout;
|
||||
|
||||
class PageContainer : public QWidget
|
||||
class PageContainer : public QWidget, public BasePageContainer
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
@ -42,6 +43,8 @@ public:
|
||||
void addButtons(QLayout * buttons);
|
||||
bool requestClose(QCloseEvent *event);
|
||||
|
||||
virtual bool selectPage(QString pageId) override;
|
||||
|
||||
private:
|
||||
void createUI();
|
||||
private
|
||||
|
Reference in New Issue
Block a user