v/GTT
1
0
mirror of https://github.com/eeeXun/GTT.git synced 2025-05-15 23:30:27 -07:00

refactor(ui): remove unneeded keyMapMenu SetText

This commit is contained in:
eeeXun 2023-06-11 17:34:18 +08:00
parent 18d8f948b4
commit f47c8fdd1f

2
ui.go
View File

@ -293,8 +293,6 @@ func uiInit() {
// key map
keyMapMenu.SetDynamicColors(true).
SetText(fmt.Sprintf(keyMapText,
fmt.Sprintf("%.6x", uiStyle.HighLightColor().TrueColor().Hex()))).
SetBorder(true).
SetTitle("Key Map")