Hide "Control" label on top

This commit is contained in:
iota97 2019-12-19 11:56:42 +01:00
parent 7a8c39d7bf
commit e53895f687

View File

@ -364,7 +364,7 @@ void TouchControlLayoutScreen::CreateViews() {
I18NCategory *ms = GetI18NCategory("MainSettings");
tabHolder->AddTab(ms->T("Controls"), controlsHolder);
//tabHolder->AddTab(ms->T("Controls"), controlsHolder);
if (!g_Config.bShowTouchControls) {
// Shouldn't even be able to get here as the way into this dialog should be closed.