disabled the custom log path as it doesn't save in the proper
directories
This commit is contained in:
@@ -39,7 +39,8 @@ void LoggingManager::addMessage(const QString &channelName, messages::MessagePtr
|
||||
|
||||
QString LoggingManager::getDirectoryForChannel(const QString &channelName)
|
||||
{
|
||||
auto customPath = getApp()->settings->logPath;
|
||||
// auto customPath = getApp()->settings->logPath;
|
||||
auto customPath = QString("");
|
||||
|
||||
if (channelName.startsWith("/whispers")) {
|
||||
if (customPath != "")
|
||||
|
||||
Reference in New Issue
Block a user