mirror of
https://github.com/polybar/polybar.git
synced 2026-02-19 03:45:34 +00:00
Remove exit_terminate signal
This commit is contained in:
committed by
Patrick Ziegler
parent
07da1a2967
commit
75ff5c3b14
@ -677,14 +677,6 @@ bool controller::on(const signals::eventqueue::notify_forcechange&) {
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Process eventqueue terminate event
|
||||
*/
|
||||
bool controller::on(const signals::eventqueue::exit_terminate&) {
|
||||
trigger_quit(false);
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Process eventqueue reload event
|
||||
*/
|
||||
@ -703,7 +695,7 @@ bool controller::on(const signals::eventqueue::check_state&) {
|
||||
}
|
||||
}
|
||||
m_log.warn("No running modules...");
|
||||
on(signals::eventqueue::exit_terminate{});
|
||||
trigger_quit(false);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user