terminal window

This commit is contained in:
Devaev Maxim
2021-04-17 15:41:05 +03:00
parent 3a2ffcfd5c
commit be012fd38d
10 changed files with 63 additions and 11 deletions

View File

@@ -80,7 +80,7 @@ function __loadKvmdInfo() {
}
for (let app of apps) {
if (app.enabled) {
if (app.enabled || app.started) {
$("apps").innerHTML += __makeApp(null, app.path, app.icon, app.name);
}
}