Restored title group and entries icons

Editing adds a visible border
This commit is contained in:
Geoffroy BONNEVILLE
2020-04-14 14:09:31 +02:00
parent a2eba91a3b
commit 3def21bc7d
3 changed files with 14 additions and 12 deletions

View File

@@ -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,