mirror of
https://github.com/eeeXun/GTT.git
synced 2025-05-16 07:40:44 -07:00
refactor(ui): remove unneeded keyMapMenu SetText
This commit is contained in:
parent
18d8f948b4
commit
f47c8fdd1f
2
ui.go
2
ui.go
@ -293,8 +293,6 @@ func uiInit() {
|
|||||||
|
|
||||||
// key map
|
// key map
|
||||||
keyMapMenu.SetDynamicColors(true).
|
keyMapMenu.SetDynamicColors(true).
|
||||||
SetText(fmt.Sprintf(keyMapText,
|
|
||||||
fmt.Sprintf("%.6x", uiStyle.HighLightColor().TrueColor().Hex()))).
|
|
||||||
SetBorder(true).
|
SetBorder(true).
|
||||||
SetTitle("Key Map")
|
SetTitle("Key Map")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user