forked from lix-project/hydra
Wake the dispatcher when the machines file has changed
This commit is contained in:
parent
092d60735b
commit
7a654259ff
|
@ -96,6 +96,8 @@ void State::loadMachinesFile()
|
|||
|
||||
auto machines_(machines.lock());
|
||||
*machines_ = newMachines;
|
||||
|
||||
wakeDispatcher();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue