Make the development tools screen tabbed

This commit is contained in:
Henrik Rydgård
2025-04-09 18:37:29 +02:00
parent 70303ac212
commit 14b43e1496
4 changed files with 30 additions and 30 deletions
-3
View File
@@ -501,10 +501,7 @@ void SystemInfoScreen::CreateTabs() {
using namespace Draw;
using namespace UI;
auto di = GetI18NCategory(I18NCat::DIALOG);
auto si = GetI18NCategory(I18NCat::SYSINFO);
auto sy = GetI18NCategory(I18NCat::SYSTEM);
auto gr = GetI18NCategory(I18NCat::GRAPHICS);
AddTab("Device Info", si->T("Device Info"), [this](UI::LinearLayout *parent) {
CreateDeviceInfoTab(parent);