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 authored and MartinZikmund committed Nov 21, 2024
1 parent 7fbe6d4 commit b5035d9
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 b5035d9

Please sign in to comment.