mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Show console on maximize
This commit is contained in:
parent
c5185ca58d
commit
98bb6a5395
@ -236,6 +236,7 @@ define(function(require, module, exports) {
|
||||
function maximizeConsoleHeight(){
|
||||
if (maximized)
|
||||
return;
|
||||
show(true);
|
||||
maximized = true;
|
||||
|
||||
apf.document.documentElement.appendChild(container);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user