From 02cad0bd2ba0e5a531305c22f472e756f1fcb5be Mon Sep 17 00:00:00 2001 From: Chernykh Aleksandr Date: Thu, 23 Apr 2026 01:22:43 +0300 Subject: [PATCH] commit --- src/KeyKeeper/App.axaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/KeyKeeper/App.axaml.cs b/src/KeyKeeper/App.axaml.cs index a55380a..701b73c 100644 --- a/src/KeyKeeper/App.axaml.cs +++ b/src/KeyKeeper/App.axaml.cs @@ -19,6 +19,7 @@ public partial class App : Application public override void OnFrameworkInitializationCompleted() { + AppSettings.Load(); if (ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop) { // Avoid duplicate validations from both Avalonia and the CommunityToolkit.