Fixed build warnings

pull/2282/head
zjeffer 2023-07-04 23:05:26 +02:00
parent 31e4c9023e
commit d21f29cb14
1 changed files with 2 additions and 2 deletions

View File

@ -66,9 +66,9 @@ class Mpris : public ALabel {
int album_len_;
int title_len_;
int dynamic_len_;
std::string dynamic_separator_;
std::vector<std::string> dynamic_order_;
std::vector<std::string> dynamic_prio_;
std::vector<std::string> dynamic_order_;
std::string dynamic_separator_;
bool truncate_hours_;
bool tooltip_len_limits_;
std::string ellipsis_;