fix(battery): Poll thread requires running module
Closes jaagr/lemonbuddy#140
This commit is contained in:
parent
5d00f0bdce
commit
f83dbf19b1
@ -79,8 +79,8 @@ namespace modules {
|
||||
}
|
||||
|
||||
void start() {
|
||||
m_threads.emplace_back(thread(&battery_module::subthread, this));
|
||||
inotify_module::start();
|
||||
m_threads.emplace_back(thread(&battery_module::subthread, this));
|
||||
}
|
||||
|
||||
void teardown() {
|
||||
|
Loading…
Reference in New Issue
Block a user