add loading icon to Maui project

This commit is contained in:
Shaun Walker 2022-10-26 09:04:04 -04:00
parent 74571afc9e
commit e27a625069
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