fix typos

pull/1/head
Michail Vourlakos 8 years ago
parent c0288893ae
commit 21a51ba4b3

@ -67,10 +67,10 @@ void LayoutManager::load()
int configVer = m_corona->universalSettings()->version();
qDebug() << "Universal Settings version : " << configVer;
if (configVer < 2 && QFile(QDir::homePath() + ".config/lattedockrc").exists()) {
if (configVer < 2 && QFile(QDir::homePath() + "/.config/lattedockrc").exists()) {
qDebug() << "Latte must update its configuration...";
m_importer->updateOldConfiguration();
} else if (!QFile(QDir::homePath() + ".config/lattedockrc").exists()) {
} else if (!QFile(QDir::homePath() + "/.config/lattedockrc").exists()) {
//startup create what is necessary....
QDir layoutDir(QDir::homePath() + "/.config/latte");

Loading…
Cancel
Save