add Closing to RepositoryWindow.axaml

This commit is contained in:
InspectorIT
2026-03-03 17:41:58 +03:00
parent 63194d37d6
commit 6c06528c74

View File

@@ -4,6 +4,7 @@
xmlns:i="using:Avalonia.Interactivity"
xmlns:kkp="using:KeyKeeper.Views"
x:Class="KeyKeeper.Views.RepositoryWindow"
Closing="RepositoryWindow_Closing"
Title="KeyKeeper - Password store"
CanResize="False"
Width="800"