Progress ring work sort of completed

This commit is contained in:
Daniel Clark
2022-11-03 13:42:36 +00:00
parent c601957dd9
commit 73a1fd5f74
4 changed files with 56 additions and 14 deletions
+3 -4
View File
@@ -2,8 +2,7 @@
x:Class="KingPing.AnalogOutputView"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<SettingsExpander.Footer>
<ProgressRing />
</SettingsExpander.Footer>
<SettingsExpander.Footer>
<ProgressRing IsIndeterminate="True" />
</SettingsExpander.Footer>
</SettingsExpander>