mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
Layout change in CompositeKey user control
Button text is now settable Opening database is placed in async task dispatcher to return control to the UI
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
|
||||
<StackPanel Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
|
||||
<TextBlock Text="Change database security options" />
|
||||
<local:CompositeKeyUserControl UpdateKey="True" />
|
||||
<local:CompositeKeyUserControl UpdateKey="True" ButtonLabel="Update master key" />
|
||||
</StackPanel>
|
||||
</Page>
|
||||
|
Reference in New Issue
Block a user