added shutdown
This commit is contained in:
@@ -130,6 +130,7 @@ class HomeContext {
|
||||
|
||||
children.push(new TextElement('Add Terminal', {onClick: this.addTerminal}));
|
||||
children.push(new TextElement('Add Log', {onClick: this.addLog}));
|
||||
children.push(new TextElement('Exit', {onClick: KernelEvents.instance.shutdown}));
|
||||
|
||||
renderer.setChildren(children);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user