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