set purple color for Alternative imported layout

pull/1/head
Michail Vourlakos 8 years ago
parent c00d540e4e
commit 2cbc68ea4b

@ -178,6 +178,10 @@ bool Importer::importOldLayout(QString oldAppletsPath, QString newName, bool alt
newLayout.setSyncLaunchers(syncLaunchers);
newLayout.setGlobalLaunchers(globalLaunchers);
if (alternative) {
newLayout.setColor("purple");
}
return true;
}

Loading…
Cancel
Save