Config and logging | I dont even know anymore

This commit is contained in:
Patrick
2026-06-20 22:58:27 +02:00
parent 5d6e576977
commit 46aa05433b
6 changed files with 121 additions and 15 deletions
@@ -34,10 +34,11 @@ public class SettingsFragment extends Fragment {
contentParams.leftMargin = dp(6);
root.addView(contentArea, contentParams);
String[] tabNames = {"Info", "General"};
String[] tabNames = {"Info", "General", "Discord"};
Fragment[] tabFragments = {
new InfoTabFragment(),
new GeneralTabFragment()
new GeneralTabFragment(),
new DiscordTabFragment()
};
getChildFragmentManager().beginTransaction()