fix(network): typo
This commit is contained in:
parent
00728fe877
commit
3b8bfb08a4
|
@ -94,7 +94,7 @@ void waybar::modules::Network::worker()
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
thread_timer_ = [this] {
|
thread_timer_ = [this] {
|
||||||
thread_.sleep_for(interval_);
|
thread_timer_.sleep_for(interval_);
|
||||||
if (ifid_ > 0) {
|
if (ifid_ > 0) {
|
||||||
getInfo();
|
getInfo();
|
||||||
dp.emit();
|
dp.emit();
|
||||||
|
|
Loading…
Reference in New Issue