From 0c7cf487f6817863eeaef8eb961a0b3e06cda3fb Mon Sep 17 00:00:00 2001 From: Maxhy Date: Wed, 3 Apr 2024 22:08:16 +0200 Subject: [PATCH] Add key generation dialog on secret favorite opening --- .../OpenFavoriteControl.xaml | 26 ++++++++++++++++--- .../Domain/EditKeyStoreControlViewModel.cs | 2 +- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/KeyManager.Library.UI/OpenFavoriteControl.xaml b/KeyManager.Library.UI/OpenFavoriteControl.xaml index 3523c86..29c2a24 100644 --- a/KeyManager.Library.UI/OpenFavoriteControl.xaml +++ b/KeyManager.Library.UI/OpenFavoriteControl.xaml @@ -3,15 +3,32 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:d="http://schemas.microsoft.com/expression/blend/2008" + xmlns:d="http://schemas.microsoft.com/expression/blend/2008" + xmlns:domain="clr-namespace:Leosac.KeyManager.Library.UI.Domain" xmlns:local="clr-namespace:Leosac.KeyManager.Library.UI" xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" xmlns:properties="clr-namespace:Leosac.KeyManager.Library.UI.Properties" mc:Ignorable="d" - d:DesignHeight="150" d:DesignWidth="290"> - + d:DesignHeight="150" d:DesignWidth="390"> + + + +