Replace notes dialog with a page.
This commit is contained in:
parent
702e00e059
commit
d911c9908c
9 changed files with 124 additions and 164 deletions
|
@ -35,6 +35,7 @@
|
|||
#include <gui/pages/ResourcePackPage.h>
|
||||
#include <gui/pages/TexturePackPage.h>
|
||||
#include <gui/pages/InstanceSettingsPage.h>
|
||||
#include <gui/pages/NotesPage.h>
|
||||
|
||||
OneSixInstance::OneSixInstance(const QString &rootDir, SettingsObject *settings,
|
||||
QObject *parent)
|
||||
|
@ -67,6 +68,7 @@ QList<BasePage *> OneSixInstance::getPages()
|
|||
"Core-mods"));
|
||||
values.append(new ResourcePackPage(this));
|
||||
values.append(new TexturePackPage(this));
|
||||
values.append(new NotesPage(this));
|
||||
values.append(new InstanceSettingsPage(&settings()));
|
||||
return values;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue