mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Use a minimum step as provided by wireplubmer; Default step to 1
This commit is contained in:
@ -38,7 +38,7 @@ class Wireplumber : public ALabel {
|
||||
uint32_t pending_plugins_;
|
||||
bool muted_;
|
||||
double volume_;
|
||||
double step_;
|
||||
double min_step_;
|
||||
uint32_t node_id_{0};
|
||||
std::string node_name_;
|
||||
};
|
||||
|
Reference in New Issue
Block a user