Skip to content

Commit

Permalink
channellist fix footer line
Browse files Browse the repository at this point in the history
  • Loading branch information
satbaby authored and Frankenstone committed Sep 6, 2024
1 parent aa28352 commit 50f1955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/channellist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1713,6 +1713,7 @@ void CChannelList::paintDetails(int index)
}

if (!(text2.empty())) {
text2 = str_replace("\\n", " ", text2);
while ( text2.find_first_of("[ -.+*#?=!$%&/]+") == 0 )
text2 = text2.substr( 1 );
text2 = text2.substr( 0, text2.find('\n') );
Expand Down

0 comments on commit 50f1955

Please sign in to comment.