From 9d94badb9588baa1183e0e2586873a4b0491cca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Kaan=20K=C3=B6se?= Date: Sun, 8 Mar 2026 16:25:53 +0100 Subject: [PATCH] Fix storage page navigation issue. --- Wino.Mail.WinUI/App.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Wino.Mail.WinUI/App.xaml.cs b/Wino.Mail.WinUI/App.xaml.cs index 0d5273e0..a28c0073 100644 --- a/Wino.Mail.WinUI/App.xaml.cs +++ b/Wino.Mail.WinUI/App.xaml.cs @@ -164,6 +164,7 @@ public partial class App : WinoApplication, services.AddTransient(typeof(MergedAccountDetailsPageViewModel)); services.AddTransient(typeof(LanguageTimePageViewModel)); services.AddTransient(typeof(AppPreferencesPageViewModel)); + services.AddTransient(typeof(StoragePageViewModel)); services.AddTransient(typeof(AliasManagementPageViewModel)); services.AddTransient(typeof(ContactsPageViewModel)); services.AddTransient(typeof(SignatureAndEncryptionPageViewModel));