Make lyrics and last_fm screens lockable and startup screens

This commit is contained in:
Andrzej Rybczak
2016-12-25 16:06:38 +01:00
parent e9ae99b5f0
commit 4cd94cb4b3
9 changed files with 81 additions and 49 deletions

View File

@@ -46,7 +46,7 @@ struct Lyrics: Screen<NC::Scrollpad>, Tabbable
virtual void update() override;
virtual bool isLockable() override { return false; }
virtual bool isLockable() override { return true; }
virtual bool isMergable() override { return true; }
// other members