mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
fix: typo
This commit is contained in:
parent
1d2dd953e7
commit
05f796158b
@ -69,7 +69,7 @@ void waybar::modules::Pulseaudio::contextStateCb(pa_context *c, void *data) {
|
||||
bool waybar::modules::Pulseaudio::handleScroll(GdkEventScroll *e) {
|
||||
// change the pulse volume only when no user provided
|
||||
// events are configured
|
||||
if (config["on-scroll-up"].isString() || config["on-scroll-down"].isString()) {
|
||||
if (config_["on-scroll-up"].isString() || config_["on-scroll-down"].isString()) {
|
||||
return AModule::handleScroll(e);
|
||||
}
|
||||
auto dir = AModule::getScrollDir(e);
|
||||
|
Loading…
Reference in New Issue
Block a user