changed application data path from %appdata%/chatterino to

%appdata%/chatterino2
This commit is contained in:
fourtf
2017-04-13 18:51:46 +02:00
parent 138466035f
commit 11fed12be1
9 changed files with 221 additions and 183 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ Channel::Channel(const QString &channel)
, _subLink("https://www.twitch.tv/" + _name + "/subscribe?ref=in_chat_subscriber_link")
, _channelLink("https://twitch.tv/" + _name)
, _popoutPlayerLink("https://player.twitch.tv/?channel=" + _name)
//, _loggingChannel(logging::get(_name))
// , _loggingChannel(logging::get(_name))
{
reloadChannelEmotes();
}