diff --git a/ModernKeePass/App.xaml.cs b/ModernKeePass/App.xaml.cs index 050ed75..ed0a57e 100644 --- a/ModernKeePass/App.xaml.cs +++ b/ModernKeePass/App.xaml.cs @@ -1,6 +1,8 @@ using System; using Windows.ApplicationModel; using Windows.ApplicationModel.Activation; +using Windows.ApplicationModel.Search; +using Windows.Foundation; using Windows.Storage; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; @@ -99,7 +101,7 @@ namespace ModernKeePass Database.Save(); deferral.Complete(); } - + protected override void OnFileActivated(FileActivatedEventArgs args) { base.OnFileActivated(args); diff --git a/ModernKeePass/Pages/GroupDetailPage.xaml b/ModernKeePass/Pages/GroupDetailPage.xaml index 5c05dd0..b0c5b2e 100644 --- a/ModernKeePass/Pages/GroupDetailPage.xaml +++ b/ModernKeePass/Pages/GroupDetailPage.xaml @@ -24,7 +24,7 @@ + Source="{Binding Groups}" /> @@ -209,7 +209,7 @@ - +