Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 175a700

Browse files
committed
✨ Display eDEX version number in first terminal
1 parent 2623c05 commit 175a700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_renderer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ function initGreeter() {
424424
window.onmouseup = (e) => {
425425
window.term[window.currentTerm].term.focus();
426426
};
427+
window.term[0].term.writeln("\033[1m"+`Welcome to eDEX-UI v${electron.remote.app.getVersion()} - Electron v${process.versions.electron}`+"\033[0m");
427428

428429
window.fsDisp = new FilesystemDisplay({
429430
parentId: "filesystem"

0 commit comments

Comments
 (0)