Fixed finder again.

This commit is contained in:
cake
2025-12-28 16:55:01 +01:00
parent 9e600bfae0
commit d6b31ed5b9

View File

@@ -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()