lyrics: move code that saves lyrics to separate function
This commit is contained in:
@@ -46,6 +46,7 @@ class Lyrics : public Screen<Scrollpad>
|
||||
virtual List *GetList() { return 0; }
|
||||
|
||||
void Edit();
|
||||
void Save(const std::string &lyrics);
|
||||
void FetchAgain();
|
||||
|
||||
static bool Reload;
|
||||
|
||||
Reference in New Issue
Block a user