Add dark, light, blue and colored theme from pe.
Replaces the old dark and light themes
This commit is contained in:
parent
92560bf0cd
commit
8f7aec032b
168 changed files with 4405 additions and 1902 deletions
|
@ -53,9 +53,9 @@ QList<BasePage *> LegacyInstance::getPages()
|
|||
// FIXME: actually implement the legacy instance upgrade, then enable this.
|
||||
//values.append(new LegacyUpgradePage(this));
|
||||
values.append(new LegacyJarModPage(this));
|
||||
values.append(new ModFolderPage(this, loaderModList(), "mods", "plugin-blue", tr("Loader mods"),
|
||||
values.append(new ModFolderPage(this, loaderModList(), "mods", "loadermods", tr("Loader mods"),
|
||||
"Loader-mods"));
|
||||
values.append(new ModFolderPage(this, coreModList(), "coremods", "plugin-green", tr("Core mods"),
|
||||
values.append(new ModFolderPage(this, coreModList(), "coremods", "coremods", tr("Core mods"),
|
||||
"Core-mods"));
|
||||
values.append(new TexturePackPage(this));
|
||||
values.append(new NotesPage(this));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue