Kamera használatához alapok

This commit is contained in:
Iván Szabó
2025-02-24 13:39:05 +01:00
parent f3ef12ccc4
commit 5396fc0dcb
7 changed files with 151 additions and 5 deletions
+4 -1
View File
@@ -10,6 +10,7 @@ using WorkFlowCheck.MAUI.Services.Interfaces;
using DevExpress.Maui;
using Microsoft.Maui.Controls.Hosting;
using Microsoft.Maui.Hosting;
using CommunityToolkit.Maui.Core;
namespace WorkFlowCheck.MAUI
{
@@ -55,7 +56,9 @@ namespace WorkFlowCheck.MAUI
{
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
}).UseMauiCommunityToolkit();
})
.UseMauiCommunityToolkitCore()
.UseMauiCommunityToolkit();
#if DEBUG
builder.Logging.AddDebug();
#endif