Import functionality for wino accounts, calendar sync UI, bunch of shell improvements
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<UserControl
|
||||
x:Class="Wino.Mail.WinUI.Controls.SyncAnimationControl"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:animatedvisuals="using:Wino.Mail.WinUI.AnimatedVisuals">
|
||||
|
||||
<AnimatedVisualPlayer
|
||||
x:Name="AnimationPlayer"
|
||||
AutoPlay="True"
|
||||
Stretch="Uniform">
|
||||
<animatedvisuals:SyncRefreshAnimation />
|
||||
</AnimatedVisualPlayer>
|
||||
|
||||
</UserControl>
|
||||
Reference in New Issue
Block a user