diff options
Diffstat (limited to 'ui/app/account-detail.js')
-rw-r--r-- | ui/app/account-detail.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js index 95e2c1cf9..4046b5875 100644 --- a/ui/app/account-detail.js +++ b/ui/app/account-detail.js @@ -275,6 +275,7 @@ AccountDetailScreen.prototype.tabSwitchView = function () { h('span.hotFix', { style: { color: 'rgba(247, 134, 28, 1)', + cursor: 'pointer', }, onClick: () => { global.platform.openWindow({ |