Fix to interpret logger channel names as lowercase (#4848)
Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com> Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -9,7 +9,7 @@ ChannelLog::ChannelLog(QString channelName)
|
||||
|
||||
QString ChannelLog::channelName() const
|
||||
{
|
||||
return this->channelName_;
|
||||
return this->channelName_.toLower();
|
||||
}
|
||||
|
||||
QString ChannelLog::toString() const
|
||||
|
||||
Reference in New Issue
Block a user