mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
terminal window
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user