Add ProgressRing
Add indicator when creating a wallet
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Toolkit.UI.Controls.Avalonia;
|
||||
|
||||
public class ProgressRing :
|
||||
FluentAvalonia.UI.Controls.ProgressRing
|
||||
{
|
||||
protected override Type StyleKeyOverride =>
|
||||
typeof(FluentAvalonia.UI.Controls.ProgressRing);
|
||||
}
|
||||
Reference in New Issue
Block a user