set default executors

pull/255/head
zadam 2020-05-20 08:54:37 +07:00
parent 58f4f5d1e6
commit 04c573e212
1 changed files with 1 additions and 0 deletions

@ -17,6 +17,7 @@ class AppContext extends Component {
super();
this.isMainWindow = isMainWindow;
this.executors = [];
}
setLayout(layout) {