Cleanup: replaced a bunch of Screen by their proper "screen"

This commit is contained in:
ItsLemmy
2025-11-17 14:53:47 -05:00
parent 2ae5aa90c9
commit f1d714ad9a
25 changed files with 34 additions and 20 deletions
+1 -1
View File
@@ -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();
}