Remove the title from the "Rotation" popup button. Fixes #17201

This commit is contained in:
Henrik Rydgård
2024-07-19 09:55:22 +02:00
parent 7c817f3ecd
commit d7d37e58d4
4 changed files with 8 additions and 3 deletions
+1
View File
@@ -274,6 +274,7 @@ void DisplayLayoutScreen::CreateViews() {
rotation->SetEnabledFunc([] {
return !g_Config.bSkipBufferEffects || g_Config.bSoftwareRendering;
});
rotation->SetHideTitle(true);
rightColumn->Add(rotation);
Choice *center = new Choice(di->T("Reset"));