Minor cleanup in MoveFocus, set tags on screen roots for debugging

This commit is contained in:
Henrik Rydgård 2023-07-06 16:34:54 +02:00
parent 26e097923d
commit f27850ec1d
4 changed files with 14 additions and 21 deletions

View file

@ -1260,6 +1260,8 @@ void MainScreen::CreateViews() {
root_->SetDefaultFocusView(tabHolder_);
}
root_->SetTag("mainroot");
auto u = GetI18NCategory(I18NCat::UPGRADE);
upgradeBar_ = 0;