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:
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…
Reference in New Issue
Block a user