Fixed finder again.
This commit is contained in:
@@ -668,7 +668,7 @@ public class LightFinderUI : WindowMediatorSubscriberBase
|
||||
ImGui.PopID();
|
||||
}
|
||||
|
||||
private void DrawJoinButton(GroupJoinDto shell, bool fullWidth)
|
||||
private void DrawJoinButton(GroupJoinDto shell, bool fullWidth)
|
||||
{
|
||||
const string visibleLabel = "Join";
|
||||
var label = $"{visibleLabel}##{shell.Group.GID}";
|
||||
@@ -1380,6 +1380,8 @@ public class LightFinderUI : WindowMediatorSubscriberBase
|
||||
ImGui.PopStyleVar();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private void DrawDebugTab()
|
||||
{
|
||||
#if DEBUG
|
||||
@@ -1467,8 +1469,6 @@ public class LightFinderUI : WindowMediatorSubscriberBase
|
||||
#endif
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Data Refresh
|
||||
|
||||
private async Task RefreshSyncshellsAsync()
|
||||
|
||||
Reference in New Issue
Block a user