Crosshairs on roster if delayed

merge-requests/201/merge
Tag 2022-10-05 12:59:30 -07:00
rodzic 3b233cf44f
commit f7ccedc031
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -326,11 +326,16 @@ function rosterInFocus()
if (window.opener.g_appSettings.rosterDelayOnFocus)
{
rosterFocus = true;
RosterTable.style.cursor = "crosshair";
}
}
function rosterNoFocus()
{
if (rosterFocus)
{
RosterTable.style.cursor = "auto";
}
rosterFocus = false;
if (rosterTimeout != null)
{