From 7e687f70016d5efcac8ed088941cbd7d06d99cc7 Mon Sep 17 00:00:00 2001 From: BONNEVILLE Geoffroy Date: Thu, 26 Jul 2018 11:49:48 +0200 Subject: [PATCH] Donation page now displays a loading ring while page is loaded --- ModernKeePass/Views/MainPageFrames/DonatePage.xaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ModernKeePass/Views/MainPageFrames/DonatePage.xaml b/ModernKeePass/Views/MainPageFrames/DonatePage.xaml index cb8000c..6af5daf 100644 --- a/ModernKeePass/Views/MainPageFrames/DonatePage.xaml +++ b/ModernKeePass/Views/MainPageFrames/DonatePage.xaml @@ -4,6 +4,17 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:core="using:Microsoft.Xaml.Interactions.Core" + xmlns:interactivity="using:Microsoft.Xaml.Interactivity" mc:Ignorable="d"> - + + + + + + + + + +