From 3def21bc7d6aed68b69700b6992ab773473cc588 Mon Sep 17 00:00:00 2001 From: Geoffroy BONNEVILLE Date: Tue, 14 Apr 2020 14:09:31 +0200 Subject: [PATCH] Restored title group and entries icons Editing adds a visible border --- ModernKeePass/App.xaml.cs | 7 ------- ModernKeePass/Views/EntryDetailPage.xaml | 9 +++++++-- ModernKeePass/Views/GroupDetailPage.xaml | 10 +++++++--- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/ModernKeePass/App.xaml.cs b/ModernKeePass/App.xaml.cs index 5365dc0..ff4b050 100644 --- a/ModernKeePass/App.xaml.cs +++ b/ModernKeePass/App.xaml.cs @@ -129,13 +129,6 @@ namespace ModernKeePass private async Task OnLaunchOrActivated(IActivatedEventArgs e) { -#if DEBUG - if (System.Diagnostics.Debugger.IsAttached) - { - DebugSettings.EnableFrameRateCounter = true; - } -#endif - var rootFrame = Window.Current.Content as Frame; // Do not repeat app initialization when the Window already has content, diff --git a/ModernKeePass/Views/EntryDetailPage.xaml b/ModernKeePass/Views/EntryDetailPage.xaml index 39cf40b..a1c2e31 100644 --- a/ModernKeePass/Views/EntryDetailPage.xaml +++ b/ModernKeePass/Views/EntryDetailPage.xaml @@ -20,6 +20,7 @@ +