Changed character used for X
The character used as an X in the RBAC overview does not work on Windows, even with patched powerline/nerd fonts.mine
parent
211f7b4823
commit
7c1fc76878
|
|
@ -101,7 +101,7 @@ func toVerbIcon(ok bool) string {
|
|||
if ok {
|
||||
return "[green::b] ✓ [::]"
|
||||
}
|
||||
return "[orangered::b] 𐄂 [::]"
|
||||
return "[orangered::b] × [::]"
|
||||
}
|
||||
|
||||
func hasVerb(verbs []string, verb string) bool {
|
||||
|
|
|
|||
Loading…
Reference in New Issue