Merge pull request #2471 from sbwalker/dev

add loading icon to Maui project
This commit is contained in:
Shaun Walker 2022-10-26 10:06:57 -04:00 committed by GitHub
commit f7c9961f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace Oqtane.Maui;
public static class MauiProgram
{
// the API service url
static string apiurl = "https://www.oqtane.org"; // for testing
static string apiurl = "https://www.dnfprojects.com"; // for testing
//static string apiurl = "http://localhost:44357"; // for local development (Oqtane.Server must be already running for MAUI client to connect)
public static MauiApp CreateMauiApp()

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB