@@ -147,6 +148,9 @@ public enum VSubmenuPreferences implements IVSubmenu<CSubmenuPreferences> {
pnlPrefs.add(cbCompactMainMenu,titleConstraints);
pnlPrefs.add(newNoteLabel("Enable for a space efficient sidebar that displays only one menu group at a time (RESTART REQUIRED)."),descriptionConstraints);
pnlPrefs.add(cbUseSentry,titleConstraints);
pnlPrefs.add(newNoteLabel("When enabled, automatically submits bug reports to developers."),descriptionConstraints);
pnlPrefs.add(btnResetJavaFutureCompatibilityWarnings,"w 300px!, h 30px!, gap 27px 0 0 20px, span 2 1");
// Gameplay Options
...
...
@@ -503,6 +507,11 @@ public enum VSubmenuPreferences implements IVSubmenu<CSubmenuPreferences> {