mirror of
https://github.com/zadam/trilium.git
synced 2025-01-16 03:58:53 +08:00
set default executors
This commit is contained in:
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) {
|
||||
|
|
Loading…
Reference in a new issue