Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma applet for NetworkManager
Commits
0479585d
Commit
0479585d
authored
May 02, 2021
by
Ömer Fadıl Usta
😊
Browse files
[applet/contents/ui/ConnectionItem] Fix trying to reach non existing objects
parent
2ebb02e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
applet/contents/ui/ConnectionItem.qml
View file @
0479585d
...
...
@@ -309,6 +309,8 @@ PlasmaExtras.ExpandableListItem {
}
Component.onDestruction
:
{
full
.
connectionModel
.
delayModelUpdates
=
false
;
if
(
full
!=
null
&&
full
.
connectionModel
!=
null
)
{
full
.
connectionModel
.
delayModelUpdates
=
false
;
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment