mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-26 13:49:21 +08:00
remove unused comment
This commit is contained in:
parent
d2606d6440
commit
1e537b7096
3
popup.go
3
popup.go
@ -142,9 +142,6 @@ func timedPopup(
|
||||
SetText(desc).
|
||||
SetTextColor(gomu.accentColor)
|
||||
|
||||
// debugLog(fmt.Sprintf("from color: %d", tcell.GetColor("#FF0000")))
|
||||
// debugLog(fmt.Sprintf("from color: %d", tcell.GetColor("#0A0F14")))
|
||||
// debugLog(fmt.Sprintf("from config: %d", gomu.popupBg))
|
||||
textView.SetTextAlign(tview.AlignCenter).SetBackgroundColor(gomu.popupBg)
|
||||
|
||||
box := tview.NewFrame(textView).SetBorders(1, 0, 0, 0, 0, 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user