mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
Add comment about title styling bug
This commit is contained in:
parent
3f01535cdf
commit
bd2c06e417
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ func NewRoomView(parent *MainView, room *rooms.Room) *RoomView {
|
||||||
view.input.SetPlaceholder("Send an encrypted message...")
|
view.input.SetPlaceholder("Send an encrypted message...")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: update when displaymode toggled
|
||||||
if view.config.Preferences.DisplayMode != config.DisplayModeModern {
|
if view.config.Preferences.DisplayMode != config.DisplayModeModern {
|
||||||
view.topic.
|
view.topic.
|
||||||
SetTextColor(tcell.ColorWhite).
|
SetTextColor(tcell.ColorWhite).
|
||||||
|
|
Loading…
Add table
Reference in a new issue