@@ -33,7 +33,7 @@ Ext.define('Rambox.view.main.Main', {
33
33
, html : '<span class="fa fa-heart" style="color:red;font-size:16px;cursor:pointer;padding:0 5px;"></span>'
34
34
, baseCls : ''
35
35
, tooltip : locale [ 'app.main[25]' ]
36
- , href : 'https://rambox.pro/# donate'
36
+ , href : 'https://rambox.app/ donate.html '
37
37
} ]
38
38
}
39
39
, items : [
@@ -243,7 +243,7 @@ Ext.define('Rambox.view.main.Main', {
243
243
{
244
244
glyph : JSON . parse ( localStorage . getItem ( 'dontDisturb' ) ) ? 'xf1f7@FontAwesome' : 'xf0f3@FontAwesome'
245
245
, text : locale [ 'app.main[16]' ] + ': ' + ( JSON . parse ( localStorage . getItem ( 'dontDisturb' ) ) ? locale [ 'app.window[20]' ] : locale [ 'app.window[21]' ] )
246
- , tooltip : locale [ 'app.main[17]' ] + '<br/><b>' + locale [ 'app.main[18]' ] + ( require ( 'electron' ) . remote . process . platform === 'darwin' ? 'Cmd + D</b>' : ': Alt + Shift + D</b>' )
246
+ , tooltip : locale [ 'app.main[17]' ] + '<br/><b>' + locale [ 'app.main[18]' ] + ( require ( 'electron' ) . remote . process . platform === 'darwin' ? ': Cmd + D</b>' : ': Alt + Shift + D</b>' )
247
247
, enableToggle : true
248
248
, handler : 'dontDisturb'
249
249
, reference : 'disturbBtn'
@@ -253,7 +253,7 @@ Ext.define('Rambox.view.main.Main', {
253
253
, {
254
254
glyph : 'xf023@FontAwesome'
255
255
, text : locale [ 'app.main[19]' ]
256
- , tooltip : locale [ 'app.main[20]' ] + '<br/><b>' + locale [ 'app.main[18]' ] + ( require ( 'electron' ) . remote . process . platform === 'darwin' ? 'Cmd + Alt + L</b>' : ': Alt + Shift + L</b>' )
256
+ , tooltip : locale [ 'app.main[20]' ] + '<br/><b>' + locale [ 'app.main[18]' ] + ( require ( 'electron' ) . remote . process . platform === 'darwin' ? ': Cmd + Alt + L</b>' : ': Alt + Shift + L</b>' )
257
257
, handler : 'lockRambox'
258
258
, id : 'lockRamboxBtn'
259
259
} , '-'
@@ -348,7 +348,7 @@ Ext.define('Rambox.view.main.Main', {
348
348
, {
349
349
text : locale [ 'app.main[25]' ]
350
350
, glyph : 'xf21e@FontAwesome'
351
- , href : 'https://rambox.pro/# donate'
351
+ , href : 'https://rambox.app/ donate.html '
352
352
}
353
353
, {
354
354
text : 'Translation'
0 commit comments