try to add MAUI support

This commit is contained in:
Vladimir
2024-05-08 18:12:33 +03:00
parent bcc2ba2790
commit af83f6c696
11 changed files with 101 additions and 14 deletions
-2
View File
@@ -1,5 +1,4 @@
using CommunityToolkit.Maui;
namespace TV_Player.MAUI
{
@@ -10,7 +9,6 @@ namespace TV_Player.MAUI
var builder = MauiApp.CreateBuilder();
builder
.UseMauiApp<App>()
.UseMauiCommunityToolkitMediaElement()
.ConfigureFonts(fonts =>
{
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");