mirror of
https://github.com/rad4day/Waybar.git
synced 2025-08-04 22:52:51 +02:00
Merge pull request #2282 from zjeffer/fix/build-warnings
Fixed build warnings
This commit is contained in:
@@ -66,9 +66,9 @@ class Mpris : public ALabel {
|
|||||||
int album_len_;
|
int album_len_;
|
||||||
int title_len_;
|
int title_len_;
|
||||||
int dynamic_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_prio_;
|
||||||
|
std::vector<std::string> dynamic_order_;
|
||||||
|
std::string dynamic_separator_;
|
||||||
bool truncate_hours_;
|
bool truncate_hours_;
|
||||||
bool tooltip_len_limits_;
|
bool tooltip_len_limits_;
|
||||||
std::string ellipsis_;
|
std::string ellipsis_;
|
||||||
|
Reference in New Issue
Block a user