Contact and settings updates.

This commit is contained in:
Burak Kaan Köse
2026-03-06 12:31:37 +01:00
parent 51f64466c2
commit e1be644631
14 changed files with 119 additions and 54 deletions
@@ -16,6 +16,9 @@ public partial class SettingOptionsPageViewModel : CoreBaseViewModel
private readonly INativeAppService _nativeAppService;
private readonly IAccountService _accountService;
public string WebsiteUrl => AppUrls.Website;
public string PaypalUrl => AppUrls.Paypal;
[ObservableProperty]
public partial string VersionText { get; set; } = string.Empty;