Hide the UI top bar as it takes up screen space. Fixes #1296.

This commit is contained in:
Adam Sutton 2012-10-09 09:59:11 +01:00
parent 6dd6f1ca11
commit 9f07d4f3c9

View file

@ -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>'
}); });