mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +08:00
fix
This commit is contained in:
parent
f2efeb7824
commit
5455ad1f67
@ -110,7 +110,7 @@ export function Session() {
|
|||||||
var __setExtras = function(state) {
|
var __setExtras = function(state) {
|
||||||
let show_hook = null;
|
let show_hook = null;
|
||||||
let close_hook = null;
|
let close_hook = null;
|
||||||
let has_webterm = (state.webterm && state.webterm.started);
|
let has_webterm = (state.webterm && (state.webterm.enabled || state.webterm.started));
|
||||||
if (has_webterm) {
|
if (has_webterm) {
|
||||||
let path = "/" + state.webterm.path;
|
let path = "/" + state.webterm.path;
|
||||||
show_hook = function() {
|
show_hook = function() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user