Skip to content

Commit 73e487a

Browse files
committed
NOISSUE hide the game options screen again
1 parent 0b95d2b commit 73e487a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/InstancePageProvider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class InstancePageProvider : public QObject, public BasePageProvider
4747
values.append(new NotesPage(onesix.get()));
4848
values.append(new WorldListPage(onesix.get(), onesix->worldList(), "worlds", "worlds", tr("Worlds"), "Worlds"));
4949
values.append(new ServersPage(onesix.get()));
50-
values.append(new GameOptionsPage(onesix.get()));
50+
// values.append(new GameOptionsPage(onesix.get()));
5151
values.append(new ScreenshotsPage(FS::PathCombine(onesix->gameRoot(), "screenshots")));
5252
values.append(new InstanceSettingsPage(onesix.get()));
5353
}

0 commit comments

Comments
 (0)