Add cheats not found label

This commit is contained in:
Gericom
2026-03-01 13:43:31 +01:00
parent 7f35d524ae
commit a9425eea7c
2 changed files with 20 additions and 5 deletions

View File

@@ -40,6 +40,7 @@ public:
private:
std::unique_ptr<CheatsViewModel> _viewModel;
Label2DView _titleLabel;
Label2DView _noCheatsFoundLabel;
std::unique_ptr<RecyclerView> _cheatListRecycler;
CheatsAdapter* _cheatsAdapter = nullptr;
const MaterialColorScheme* _materialColorScheme;