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:
@ -35,7 +35,7 @@ waybar::modules::Battery::~Battery()
|
||||
void waybar::modules::Battery::worker()
|
||||
{
|
||||
// Trigger first values
|
||||
dp.emit();
|
||||
update();
|
||||
thread_ = [this] {
|
||||
struct inotify_event event = {0};
|
||||
int nbytes = read(fd_, &event, sizeof(event));
|
||||
|
Reference in New Issue
Block a user