diff options
author | Petr Mrázek <peterix@gmail.com> | 2019-02-21 00:44:36 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2019-02-21 00:44:36 +0100 |
commit | 73e487a31ebb194a51e6ac185141228b5e2f98c4 (patch) | |
tree | c9681a9c33b042fbe31ed61630b3a7e4dd4bd168 /application/InstancePageProvider.h | |
parent | 0b95d2b03fb9d97cd681a04afa18583cca497bc0 (diff) | |
download | MultiMC-73e487a31ebb194a51e6ac185141228b5e2f98c4.tar MultiMC-73e487a31ebb194a51e6ac185141228b5e2f98c4.tar.gz MultiMC-73e487a31ebb194a51e6ac185141228b5e2f98c4.tar.lz MultiMC-73e487a31ebb194a51e6ac185141228b5e2f98c4.tar.xz MultiMC-73e487a31ebb194a51e6ac185141228b5e2f98c4.zip |
NOISSUE hide the game options screen again
Diffstat (limited to 'application/InstancePageProvider.h')
-rw-r--r-- | application/InstancePageProvider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/InstancePageProvider.h b/application/InstancePageProvider.h index db57941e..450d3955 100644 --- a/application/InstancePageProvider.h +++ b/application/InstancePageProvider.h @@ -47,7 +47,7 @@ public: values.append(new NotesPage(onesix.get())); values.append(new WorldListPage(onesix.get(), onesix->worldList(), "worlds", "worlds", tr("Worlds"), "Worlds")); values.append(new ServersPage(onesix.get())); - values.append(new GameOptionsPage(onesix.get())); + // values.append(new GameOptionsPage(onesix.get())); values.append(new ScreenshotsPage(FS::PathCombine(onesix->gameRoot(), "screenshots"))); values.append(new InstanceSettingsPage(onesix.get())); } |