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:
parent
3a7a8368fa
commit
e4a609f250
@ -131,4 +131,8 @@ Item{
|
||||
Component.onCompleted: {
|
||||
appletRootItem.latteBridge = settings;
|
||||
}
|
||||
|
||||
Component.onDestruction: {
|
||||
appletRootItem.latteBridge = null;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user