summaryrefslogtreecommitdiffstats
path: root/logic/Env.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'logic/Env.cpp')
-rw-r--r--logic/Env.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/logic/Env.cpp b/logic/Env.cpp
index 0607c7ea..2f26f211 100644
--- a/logic/Env.cpp
+++ b/logic/Env.cpp
@@ -148,6 +148,7 @@ void Env::initHttpMetaCache(QString rootPath, QString staticDataPath)
m_metacache->addBase("skins", QDir("accounts/skins").absolutePath());
m_metacache->addBase("root", QDir(rootPath).absolutePath());
m_metacache->addBase("translations", QDir(staticDataPath + "/translations").absolutePath());
+ m_metacache->addBase("icons", QDir("cache/icons").absolutePath());
m_metacache->Load();
}
@@ -214,4 +215,4 @@ void Env::updateProxySettings(QString proxyTypeStr, QString addr, int port, QStr
qDebug() << proxyDesc;
}
-#include "Env.moc" \ No newline at end of file
+#include "Env.moc"