mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Remove uneeded Title to save space in WebUI
This commit is contained in:
parent
9fd6d3d418
commit
01adb882ea
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ deluge.ui = {
|
||||||
this.MainPanel = new Ext.Panel({
|
this.MainPanel = new Ext.Panel({
|
||||||
id: 'mainPanel',
|
id: 'mainPanel',
|
||||||
iconCls: 'x-deluge-main-panel',
|
iconCls: 'x-deluge-main-panel',
|
||||||
title: 'Deluge',
|
|
||||||
layout: 'border',
|
layout: 'border',
|
||||||
tbar: deluge.toolbar,
|
tbar: deluge.toolbar,
|
||||||
items: [
|
items: [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue