From f007cef208f49fcce74c8332c747050df5f57c98 Mon Sep 17 00:00:00 2001 From: Aleh Khantsevich Date: Fri, 14 Feb 2025 19:15:42 +0100 Subject: [PATCH] Updated Privacy policy URL (#557) --- Wino.Core.ViewModels/AboutPageViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wino.Core.ViewModels/AboutPageViewModel.cs b/Wino.Core.ViewModels/AboutPageViewModel.cs index 65c388cb..c235089f 100644 --- a/Wino.Core.ViewModels/AboutPageViewModel.cs +++ b/Wino.Core.ViewModels/AboutPageViewModel.cs @@ -19,7 +19,7 @@ namespace Wino.Core.ViewModels public string VersionName => _nativeAppService.GetFullAppVersion(); public string DiscordChannelUrl => "https://discord.gg/windows-apps-hub-714581497222398064"; public string GitHubUrl => "https://github.com/bkaankose/Wino-Mail/"; - public string PrivacyPolicyUrl => "https://www.winomail.app/privacy_policy.html"; + public string PrivacyPolicyUrl => "https://www.winomail.app/support/privacy"; public string PaypalUrl => "https://paypal.me/bkaankose?country.x=PL&locale.x=en_US"; public IPreferencesService PreferencesService { get; }