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

update view name when changed from user

This commit is contained in:
Michail Vourlakos 2021-04-12 09:19:24 +03:00
parent 92f12b6f63
commit 15039f7b8b

View File

@ -1498,6 +1498,7 @@ void GenericLayout::updateView(const Latte::Data::View &viewData)
}
}
view->setName(viewData.name);
view->positioner()->setNextLocation("", scrName, viewData.edge, Latte::Types::NoneAlignment);
}