28763c2b32
Add indicator when creating a wallet
8 lines
224 B
C#
8 lines
224 B
C#
namespace Toolkit.UI.Controls.Avalonia;
|
|
|
|
public class ProgressRing :
|
|
FluentAvalonia.UI.Controls.ProgressRing
|
|
{
|
|
protected override Type StyleKeyOverride =>
|
|
typeof(FluentAvalonia.UI.Controls.ProgressRing);
|
|
} |