new feature: support for merging screens together
This commit is contained in:
@@ -50,6 +50,8 @@ class Browser : public Screen< Menu<MPD::Item> >
|
||||
|
||||
virtual List *GetList() { return w; }
|
||||
|
||||
virtual bool isMergable() { return true; }
|
||||
|
||||
const std::string &CurrentDir() { return itsBrowsedDir; }
|
||||
|
||||
bool isLocal() { return itsBrowseLocally; }
|
||||
@@ -65,6 +67,7 @@ class Browser : public Screen< Menu<MPD::Item> >
|
||||
|
||||
protected:
|
||||
virtual void Init();
|
||||
virtual bool isLockable() { return true; }
|
||||
|
||||
private:
|
||||
static bool hasSupportedExtension(const std::string &);
|
||||
|
||||
Reference in New Issue
Block a user