simpleledger / Electron-Cash-SLP

Electron Cash for SLP Tokens
https://simpleledger.cash/project/electron-cash-slp-edition/
MIT License
64 stars 53 forks source link

Use red font for burn-related tools #86

Open imaginaryusername opened 4 years ago

imaginaryusername commented 4 years ago

Currently the burn tool in menu just looks like any other tool, which is fine for experts but might be dangerous for people who slipped in attention. This can be easily improved by marking the burn tool in right-click menu and the final "burn tokens" in red font.

cculianu commented 4 years ago

Note to anyone implementing this: To get proper dark mode shades of red, use the ColorScheme class defined in gui/qt/util.py which takes into account if "dark mode" versus if "regular" to give you the right shade of red.

jcramer commented 4 years ago

@imaginaryusername how about this?

image