Skip to content

Commit

Permalink
fix: Same name in Uno.UI.Helper and Uno.UI.Toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
mcNets committed Nov 12, 2024
1 parent c30a070 commit a0cdd81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Uno.UI.Toolkit/RuntimeHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

namespace Uno.UI.Toolkit;

public static class RuntimeHelper
public static class PlatformRuntimeHelper
{
public static UnoRuntimePlatform CurrentPlatform =>
public static UnoRuntimePlatform Current =>
#if !HAS_UNO
Uno.UI.Toolkit.UnoRuntimePlatform.Windows;
#else
Expand Down

0 comments on commit a0cdd81

Please sign in to comment.