Skip to content

Commit

Permalink
Remove gas symbol (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
floating authored Nov 1, 2020
1 parent ab0ddce commit e6601a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/windows/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const api = {
const gasPrice = store('main.networks', type, id, 'gas.price.levels.standard')
if (!gasPrice) return
const gasDisplay = Math.round(parseInt(gasPrice, 'hex') / 1000000000).toString()
title = 'Ⓖ' + gasDisplay //'ɢ-' + '🄶Ⓖ' //'ᴳᵂᴱᴵ' // ' ᴳᵂᴱᴵ' //
title = gasDisplay // ɢ 🄶 Ⓖ ᴳᵂᴱᴵ
}
if (tray && tray.setTitle) tray.setTitle(title)
})
Expand Down

0 comments on commit e6601a4

Please sign in to comment.