forked from Mirrors/gomuks
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...")
|
||||
}
|
||||
|
||||
// TODO: update when displaymode toggled
|
||||
if view.config.Preferences.DisplayMode != config.DisplayModeModern {
|
||||
view.topic.
|
||||
SetTextColor(tcell.ColorWhite).
|
||||
|
|
Loading…
Add table
Reference in a new issue