Update ApplicationList.cpp

added paddle app
This commit is contained in:
ZephyrLabs 2020-12-03 20:01:03 +05:30
parent 1d69c79942
commit adfec51230

View File

@ -81,3 +81,4 @@ std::unique_ptr<Screen> ApplicationList::CreateScreen3() {
return std::unique_ptr<Screen>(new Screens::Tile(app, applications));
}