diff options
Diffstat (limited to 'application/InstancePageProvider.h')
-rw-r--r-- | application/InstancePageProvider.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/application/InstancePageProvider.h b/application/InstancePageProvider.h index 3b361e3e..1f5a6aef 100644 --- a/application/InstancePageProvider.h +++ b/application/InstancePageProvider.h @@ -50,6 +50,9 @@ public: if(legacy) { values.append(new LegacyUpgradePage(legacy.get())); + values.append(new NotesPage(legacy.get())); + values.append(new WorldListPage(legacy.get(), legacy->worldList(), "worlds", "worlds", tr("Worlds"), "Worlds")); + values.append(new ScreenshotsPage(FS::PathCombine(legacy->minecraftRoot(), "screenshots"))); } auto logMatcher = inst->getLogFileMatcher(); if(logMatcher) |