Contacts management.

This commit is contained in:
Burak Kaan Köse
2026-03-01 21:07:10 +01:00
parent bdd32786d6
commit e816e87f61
19 changed files with 855 additions and 32 deletions
+3
View File
@@ -146,6 +146,9 @@ public partial class App : WinoApplication,
// Note: Theme service is initialized separately after window creation.
await InitializeServicesAsync();
// Migrate existing base64 contact pictures to file system (one-time, no-op on subsequent starts).
await Services.GetRequiredService<IContactPictureFileService>().MigrateBase64PicturesAsync();
_synchronizationManager = Services.GetRequiredService<ISynchronizationManager>();
_preferencesService = Services.GetRequiredService<IPreferencesService>();
_accountService = Services.GetRequiredService<IAccountService>();