fix(network): typo

This commit is contained in:
Alexis 2018-12-22 14:00:56 +01:00
parent 00728fe877
commit 3b8bfb08a4

View File

@ -94,7 +94,7 @@ void waybar::modules::Network::worker()
}
};
thread_timer_ = [this] {
thread_.sleep_for(interval_);
thread_timer_.sleep_for(interval_);
if (ifid_ > 0) {
getInfo();
dp.emit();