Settings and dev settings: Preserve the current tab. Minor UI tweaks.

This commit is contained in:
Henrik Rydgård
2026-04-06 12:09:40 -06:00
parent 8304d8622a
commit 49d3d3dc37
14 changed files with 46 additions and 11 deletions
+3
View File
@@ -81,6 +81,9 @@ static std::string PostShaderTranslateName(std::string_view value) {
}
}
DeveloperToolsScreen::DeveloperToolsScreen(const Path &gamePath)
: UITabbedBaseDialogScreen(gamePath, &g_Config.iDeveloperSettingsCurrentTab, TabDialogFlags::AddAutoTitles) {}
void DeveloperToolsScreen::CreateTextureReplacementTab(UI::LinearLayout *list) {
using namespace UI;
auto dev = GetI18NCategory(I18NCat::DEVELOPER);