Skip to content

Commit

Permalink
fix: 🕷️ Broken on second start
Browse files Browse the repository at this point in the history
  • Loading branch information
esnya committed Dec 14, 2024
1 parent 02e54b7 commit 46809fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ResoniteMetricsCounter/UIX/MetricsPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace ResoniteMetricsCounter.UIX;
internal sealed class MetricsPanel
{

private static readonly List<KeyValuePair<string, IMetricsPage>> pages = new()
private readonly List<KeyValuePair<string, IMetricsPage>> pages = new()
{
new("Detailed", new DetailedMetricsPanelPage()),
new("ObjectRoot", new ObjectRootPage()),
Expand Down

0 comments on commit 46809fc

Please sign in to comment.