11 changed files with 1001 additions and 900 deletions
@ -25,6 +25,15 @@ Ext.define('Rambox.view.main.Main', { |
|||||||
,autoRender: true |
,autoRender: true |
||||||
,autoShow: true |
,autoShow: true |
||||||
,deferredRender: false |
,deferredRender: false |
||||||
|
,tabBar: { |
||||||
|
items: [{ |
||||||
|
xtype: 'button' |
||||||
|
,html: '<span class="fa fa-heart" style="color:red;font-size:16px;cursor:pointer;padding:0 5px;"></span>' |
||||||
|
,baseCls: '' |
||||||
|
,tooltip: locale['app.main[25]'] |
||||||
|
,href: 'https://fundraiseup.com/widget/FUNSGXPIJWQ/donate?key=KPCFEZKZ' |
||||||
|
}] |
||||||
|
} |
||||||
,items: [ |
,items: [ |
||||||
{ |
{ |
||||||
icon: 'resources/[email protected]' |
icon: 'resources/[email protected]' |
||||||
@ -329,7 +338,7 @@ Ext.define('Rambox.view.main.Main', { |
|||||||
,{ |
,{ |
||||||
text: locale['app.main[25]'] |
text: locale['app.main[25]'] |
||||||
,glyph: 'xf21e@FontAwesome' |
,glyph: 'xf21e@FontAwesome' |
||||||
,handler: 'showDonate' |
,href: 'https://fundraiseup.com/widget/FUNSGXPIJWQ/donate?key=KPCFEZKZ' |
||||||
} |
} |
||||||
,{ |
,{ |
||||||
text: 'Translation' |
text: 'Translation' |
||||||
|
Loading…
Reference in new issue