Merge branch 'Alexays:master' into dsp

This commit is contained in:
Kenny Phelps-McKeown
2022-08-11 07:46:20 +00:00
committed by GitHub
3 changed files with 45 additions and 13 deletions

View File

@ -41,6 +41,7 @@ class MPD : public ALabel {
private:
std::string getTag(mpd_tag_type type, unsigned idx = 0) const;
std::string getFilename() const;
void setLabel();
std::string getStateIcon() const;
std::string getOptionIcon(std::string optionName, bool activated) const;