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

release Applets.latteBridge on destruction

This commit is contained in:
Michail Vourlakos 2020-04-26 20:17:13 +03:00
parent 3a7a8368fa
commit e4a609f250

View File

@ -131,4 +131,8 @@ Item{
Component.onCompleted: {
appletRootItem.latteBridge = settings;
}
Component.onDestruction: {
appletRootItem.latteBridge = null;
}
}