Skip to content

Commit

Permalink
UI: Correct filtering message without keyboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownbrackets committed Oct 14, 2021
1 parent 7b50c48 commit 181cdd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UI/GameSettingsScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,7 @@ UI::LinearLayout *GameSettingsScreen::AddTab(const char *tag, const std::string
settingTabContents_.push_back(contents);

auto notice = contents->Add(new TextView(se->T("Filtering settings by '%1'"), new LinearLayoutParams(Margins(20, 5))));
notice->SetVisibility(V_GONE);
settingTabFilterNotices_.push_back(notice);
}

Expand Down

0 comments on commit 181cdd7

Please sign in to comment.