1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-28 19:21:50 +03:00

set purple color for Alternative imported layout

This commit is contained in:
Michail Vourlakos 2017-07-04 16:58:08 +03:00
parent c00d540e4e
commit 2cbc68ea4b

View File

@ -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;
}