add ScreenType for screen's type identification
This commit is contained in:
@@ -34,6 +34,7 @@ struct Browser: Screen<NC::Menu<MPD::Item>>, Filterable, HasSongs, Searchable, T
|
||||
virtual void switchTo() OVERRIDE;
|
||||
|
||||
virtual std::wstring title() OVERRIDE;
|
||||
virtual ScreenType type() OVERRIDE { return ScreenType::Browser; }
|
||||
|
||||
virtual void update() OVERRIDE { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user