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
@@ -500,7 +500,7 @@ Loader {
const appName = appButton.appTitle || appButton.appId || "Unknown";
const tooltipText = appName.length > 40 ? appName.substring(0, 37) + "..." : appName;
if (!contextMenu.visible) {
TooltipService.show(Screen, appButton, tooltipText, "top");
TooltipService.show(screen, appButton, tooltipText, "top");
}
if (autoHide) {
showTimer.stop();