mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-08 20:55:16 +00:00
Cleanup: replaced a bunch of Screen by their proper "screen"
This commit is contained in:
@@ -119,7 +119,7 @@ Rectangle {
|
||||
onEntered: {
|
||||
hovering = root.enabled ? true : false;
|
||||
if (tooltipText) {
|
||||
TooltipService.show(Screen, parent, tooltipText, tooltipDirection);
|
||||
TooltipService.show(screen, parent, tooltipText, tooltipDirection);
|
||||
}
|
||||
root.entered();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user