Move '/live' logs to its own subDirectory (#3394)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
Felanbird
2021-12-12 06:35:00 -05:00
committed by GitHub
parent fd779387d5
commit ac2bb40eef
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -24,6 +24,10 @@ LoggingChannel::LoggingChannel(const QString &_channelName)
{
this->subDirectory = "Mentions";
}
else if (channelName.startsWith("/live"))
{
this->subDirectory = "Live";
}
else
{
this->subDirectory =