mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
fix(custom): do not take the custom module ref
This commit is contained in:
@ -31,7 +31,7 @@ waybar::modules::Network::Network(const Json::Value& config)
|
||||
label_.set_name("network");
|
||||
// Trigger first values
|
||||
getInfo();
|
||||
dp.emit();
|
||||
update();
|
||||
thread_ = [this] {
|
||||
char buf[4096];
|
||||
uint64_t len = netlinkResponse(sock_fd_, buf, sizeof(buf),
|
||||
|
Reference in New Issue
Block a user