Update gauge_um.go

This function will set empty guage color with given color

Signed-off-by: Sumon Sutrodhar <sumon.cse14@gmail.com>
This commit is contained in:
Sumon Sutrodhar 2023-08-07 11:25:26 +02:00 committed by GitHub
parent ac3d68d3ef
commit 1623e315f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,6 +156,4 @@ func (g *UtilModeGauge) getBarColor(percentage float64) tcell.Color {
// SetEmptyColor sets empty gauge color.
func (g *UtilModeGauge) SetEmptyColor (color tcell.Color) {
g.emptyColor = color
//Signed-off-by: Sumon Sutrodhar <sumon.cse14@gmail.com>
}