Add comment about title styling bug

This commit is contained in:
FIGBERT 2023-03-09 18:08:20 -08:00
parent 3f01535cdf
commit bd2c06e417
No known key found for this signature in database
GPG key ID: 67F1598D607A844B

View file

@ -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).