GPL v3, some code changes
This commit is contained in:
@@ -13,7 +13,6 @@ Singleton {
|
||||
function start(component, type) {
|
||||
HoverMediator.component = component;
|
||||
HoverMediator.type = type;
|
||||
hoverPopUp.anchor.updateAnchor();
|
||||
hoverTimer.start();
|
||||
}
|
||||
|
||||
@@ -49,7 +48,7 @@ Singleton {
|
||||
id: systray
|
||||
Text {
|
||||
text: {
|
||||
if (!HoverMediator.component.model)
|
||||
if (!HoverMediator.component?.model)
|
||||
return "";
|
||||
if (HoverMediator.component.model.tooltipTitle)
|
||||
return HoverMediator.component.model.tooltipTitle;
|
||||
|
||||
Reference in New Issue
Block a user