New Info stuff

This commit is contained in:
Patrick
2026-06-20 22:10:10 +02:00
parent fd70e7567f
commit be2badeee3
5 changed files with 70 additions and 46 deletions
@@ -37,8 +37,9 @@ public class SettingsFragment extends Fragment {
contentParams.leftMargin = dp(6);
root.addView(contentArea, contentParams);
String[] tabNames = {"General", "Graphics", "Audio", "Keybinds"};
String[] tabNames = {"Info", "General"};
Fragment[] tabFragments = {
new InfoTabFragment(),
new GeneralTabFragment()
};