@@ -33,7 +33,7 @@ Ext.define('Rambox.view.main.Main', {
3333 , html : '<span class="fa fa-heart" style="color:red;font-size:16px;cursor:pointer;padding:0 5px;"></span>'
3434 , baseCls : ''
3535 , tooltip : locale [ 'app.main[25]' ]
36- , href : 'https://rambox.pro/# donate'
36+ , href : 'https://rambox.app/ donate.html '
3737 } ]
3838 }
3939 , items : [
@@ -243,7 +243,7 @@ Ext.define('Rambox.view.main.Main', {
243243 {
244244 glyph : JSON . parse ( localStorage . getItem ( 'dontDisturb' ) ) ? 'xf1f7@FontAwesome' : 'xf0f3@FontAwesome'
245245 , 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>' )
247247 , enableToggle : true
248248 , handler : 'dontDisturb'
249249 , reference : 'disturbBtn'
@@ -253,7 +253,7 @@ Ext.define('Rambox.view.main.Main', {
253253 , {
254254 glyph : 'xf023@FontAwesome'
255255 , 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>' )
257257 , handler : 'lockRambox'
258258 , id : 'lockRamboxBtn'
259259 } , '-'
@@ -348,7 +348,7 @@ Ext.define('Rambox.view.main.Main', {
348348 , {
349349 text : locale [ 'app.main[25]' ]
350350 , glyph : 'xf21e@FontAwesome'
351- , href : 'https://rambox.pro/# donate'
351+ , href : 'https://rambox.app/ donate.html '
352352 }
353353 , {
354354 text : 'Translation'
0 commit comments