We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf96823 commit 0a0551bCopy full SHA for 0a0551b
src/Views/PopupRunningStatus.axaml.cs
@@ -53,8 +53,8 @@ private void StartAnim()
53
{
54
icon.Content = new Path()
55
56
- Data = this.FindResource("Icons.Loading") as StreamGeometry,
57
- Classes = { "rotating" },
+ Data = this.FindResource("Icons.Waiting") as StreamGeometry,
+ Classes = { "waiting" },
58
};
59
progressBar.IsIndeterminate = true;
60
}
0 commit comments