mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 03:16:58 +03:00
NOISSUE Import page is now a MultiMC pack page
This commit is contained in:
parent
fde43c993e
commit
f74e3db804
10 changed files with 59 additions and 64 deletions
|
|
@ -28,7 +28,7 @@ class NewInstanceDialog;
|
|||
|
||||
class PageContainer;
|
||||
class QDialogButtonBox;
|
||||
class ImportPage;
|
||||
class MultiMCPage;
|
||||
|
||||
class NewInstanceDialog : public QDialog, public BasePageProvider
|
||||
{
|
||||
|
|
@ -66,7 +66,7 @@ private:
|
|||
QDialogButtonBox * m_buttons = nullptr;
|
||||
|
||||
QString InstIconKey;
|
||||
ImportPage *importPage = nullptr;
|
||||
MultiMCPage *importPage = nullptr;
|
||||
std::unique_ptr<InstanceTask> creationTask;
|
||||
|
||||
bool importIcon = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue