forked from quickshell/quickshell
core/reloader: fix Quickshell.reload not working
Has been broken since engine generations were introduced.
This commit is contained in:
parent
4eb5dc5593
commit
c6bf826031
3 changed files with 7 additions and 2 deletions
|
@ -46,6 +46,7 @@ void RootWrapper::reloadGraph(bool hard) {
|
|||
scanner.scanQmlFile(this->rootPath);
|
||||
|
||||
auto* generation = new EngineGeneration(std::move(scanner));
|
||||
generation->wrapper = this;
|
||||
|
||||
// todo: move into EngineGeneration
|
||||
if (this->generation != nullptr) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue