Lightless Lightfinder redesign + stuff #127

Merged
choco merged 43 commits from 2.0.0-crashing-bugfixes into 2.0.3 2026-01-04 14:21:29 +00:00
Showing only changes of commit ca7375b9c3 - Show all commits

View File

@@ -642,9 +642,10 @@ public class DrawUserPair
if (ImGui.IsItemHovered())
{
ImGui.BeginTooltip();
if (shareLocation)
if (_pair.IsOnline)
{
if (_pair.IsOnline)
if (shareLocation)
{
if (!string.IsNullOrEmpty(location))
{
@@ -659,12 +660,12 @@ public class DrawUserPair
}
else
{
ImGui.TextUnformatted("User not online. (´・ω・`)?");
ImGui.TextUnformatted("NOT Sharing location with you. o(TヘTo)");
}
}
else
{
ImGui.TextUnformatted("NOT Sharing location with you. o(TヘTo)");
ImGui.TextUnformatted("User not online. (´・ω・`)?");
}
ImGui.Separator();