1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-23 13:33:50 +03:00

multiple layouts import properly

This commit is contained in:
Michail Vourlakos 2019-04-07 15:53:54 +03:00
parent bfb96b0f67
commit d07956cbb4

View File

@ -96,7 +96,7 @@ void Storage::unlock()
void Storage::importToCorona()
{
if (m_layout->corona()) {
if (!m_layout->corona()) {
return;
}