Cleanup SettingsPaneTheme, use custom components in it

This commit is contained in:
Yusyuriv 2024-05-17 00:34:23 +06:00
parent 1ea00de931
commit 1c1979ee6f
No known key found for this signature in database
GPG key ID: A91C52E6F73148E0
2 changed files with 383 additions and 649 deletions

File diff suppressed because it is too large Load diff

View file

@ -22,10 +22,4 @@ public partial class SettingsPaneTheme : Page
base.OnNavigatedTo(e);
}
private void Hyperlink_OnRequestNavigate(object sender, RequestNavigateEventArgs e)
{
App.API.OpenUrl(e.Uri);
e.Handled = true;
}
}