Hide the UI top bar as it takes up screen space. Fixes #1296.
This commit is contained in:
parent
6dd6f1ca11
commit
9f07d4f3c9
1 changed files with 1 additions and 0 deletions
|
@ -299,6 +299,7 @@ tvheadend.app = function() {
|
||||||
boxMaxHeight : 45,
|
boxMaxHeight : 45,
|
||||||
boxMinHeight : 45,
|
boxMinHeight : 45,
|
||||||
border: false,
|
border: false,
|
||||||
|
hidden: true,
|
||||||
html: '<div id="header"><h1>Tvheadend Web-Panel</h1></div>'
|
html: '<div id="header"><h1>Tvheadend Web-Panel</h1></div>'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue